Google Cloud Professional Machine Learning Engineer — Question 325

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?

Answer options

Correct answer: C

Explanation

The correct answer is C because it describes a complete approach to automating the training process through a managed pipeline, which includes using the appropriate components for training and model uploading, as well as scheduling the execution. Options A and B lack a managed pipeline and do not leverage Cloud Scheduler effectively, while option D uses a HyperParameterTuningJobRunOp, which is not necessary for the basic weekly retraining process.