Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Google Exam Professional-Machine-Learning-Engineer Topic 6 Question 79 Discussion

Actual exam question for Google's Google Professional Machine Learning Engineer exam
Question #: 79
Topic #: 6
[All Google Professional Machine Learning Engineer Questions]

You have recently developed a new ML model in a Jupyter notebook. You want to establish a reliable and repeatable model training process that tracks the versions and lineage of your model artifacts. You plan to retrain your model weekly. How should you operationalize your training process?

Show Suggested Answer Hide Answer
Suggested Answer: C

The best way to operationalize your training process is to use Vertex AI Pipelines, which allows you to create and run scalable, portable, and reproducible workflows for your ML models. Vertex AI Pipelines also integrates with Vertex AI Metadata, which tracks the provenance, lineage, and artifacts of your ML models. By using a Vertex AI CustomTrainingJobOp component, you can train your model using the same code as in your Jupyter notebook. By using a ModelUploadOp component, you can upload your trained model to Vertex AI Model Registry, which manages the versions and endpoints of your models. By using Cloud Scheduler and Cloud Functions, you can trigger your Vertex AI pipeline to run weekly, according to your plan.Reference:

Vertex AI Pipelines documentation

Vertex AI Metadata documentation

Vertex AI CustomTrainingJobOp documentation

ModelUploadOp documentation

Cloud Scheduler documentation

[Cloud Functions documentation]


Contribute your Thoughts:

Danica
25 days ago
Seriously, who comes up with these names? 'CustomTrainingJob', 'CustomJob', 'HyperParameterTuningJobRunOp' - it's like a game of ML-themed Mad Libs!
upvoted 0 times
Jenise
1 days ago
C) Create a managed pipeline in Vertex AI Pipelines to train your model by using a Vertex AI CustomTrainingJob component. Use the ModelUploadOp component to upload your model to Vertex AI Model Registry. Use Cloud Scheduler and Cloud Functions to run the Vertex AI pipeline weekly.
upvoted 0 times
...
Gail
6 days ago
B) Create an instance of the CustomJob class with the Vertex AI SDK to train your model. Use the Metadata API to register your model as a model artifact. Using the Notebooks API, create a scheduled execution to run the training code weekly.
upvoted 0 times
...
Glendora
16 days ago
A) Create an instance of the CustomTrainingJob class with the Vertex AI SDK to train your model. Using the Notebooks API, create a scheduled execution to run the training code weekly.
upvoted 0 times
...
...
Francisca
1 months ago
I agree with Merissa, using the Vertex AI SDK and Notebooks API seems like a reliable approach.
upvoted 0 times
...
Tamera
1 months ago
Hmm, I'm not sure I understand the difference between the CustomTrainingJob and CustomJob classes in Vertex AI. Option A and B seem similar, but C looks more comprehensive.
upvoted 0 times
...
Cyril
1 months ago
I'll go with option C. It has all the bells and whistles, like the Model Registry and weekly scheduling. Plus, it's got a cool name - 'Vertex AI Pipelines'. It's like a superhero team for your ML model!
upvoted 0 times
...
Lindsey
1 months ago
I'm torn between options B and C. Both seem to address the key requirements, but C seems to provide a more managed and scalable solution with the Vertex AI Pipelines.
upvoted 0 times
Lashawnda
9 days ago
You should go with Option C for a more scalable solution. It seems to align better with your requirements.
upvoted 0 times
...
Vivienne
14 days ago
I think Option C might be more efficient. It involves using Vertex AI Pipelines for a managed training process.
upvoted 0 times
...
Vanda
18 days ago
Option B could be a good choice for you. It covers registering your model as an artifact and scheduling weekly training.
upvoted 0 times
...
...
Miriam
1 months ago
Option C looks the most comprehensive and efficient approach to operationalize the training process. Integrating Vertex AI Pipelines, Model Registry, and Cloud Scheduler/Functions seems like the right way to go.
upvoted 0 times
Chauncey
12 days ago
I agree, using Vertex AI Pipelines, Model Registry, and Cloud Scheduler/Functions seems like a solid plan.
upvoted 0 times
...
Christene
16 days ago
I think Option C is the best choice for operationalizing the training process.
upvoted 0 times
...
Annmarie
20 days ago
Yes, using Vertex AI Pipelines, Model Registry, and Cloud Scheduler/Functions together will definitely streamline the training process.
upvoted 0 times
...
Dawne
27 days ago
I agree, option C seems like the best choice for setting up a reliable and repeatable model training process.
upvoted 0 times
...
...
Merissa
1 months ago
I think option A sounds like a good way to operationalize the training process.
upvoted 0 times
...

Save Cancel