Google Cloud Professional Machine Learning Engineer — Question 203
You work for a bank. You have been asked to develop an ML model that will support loan application decisions. You need to determine which Vertex AI services to include in the workflow. You want to track the model’s training parameters and the metrics per training epoch. You plan to compare the performance of each version of the model to determine the best model based on your chosen metrics. Which Vertex AI services should you use?
Answer options
- A. Vertex ML Metadata, Vertex AI Feature Store, and Vertex AI Vizier
- B. Vertex AI Pipelines, Vertex AI Experiments, and Vertex AI Vizier
- C. Vertex ML Metadata, Vertex AI Experiments, and Vertex AI TensorBoard
- D. Vertex AI Pipelines, Vertex AI Feature Store, and Vertex AI TensorBoard
Correct answer: C
Explanation
The correct answer is C because Vertex ML Metadata helps in tracking the training parameters and metrics, Vertex AI Experiments allows for organizing and comparing model performance, and Vertex AI TensorBoard provides visualization for those metrics across training epochs. The other options fail to combine these necessary functionalities effectively for the requirements stated in the question.