Professional Machine Learning Engineer Exam QuestionsBrowse all questions from this exam

Professional Machine Learning Engineer Exam - Question 303


Your company recently migrated several of is ML models to Google Cloud. You have started developing models in Vertex AI. You need to implement a system that tracks model artifacts and model lineage. You want to create a simple, effective solution that can also be reused for future models. What should you do?

Show Answer
Correct Answer:

Discussion

1 comment
Sign in to comment
a38a239Option: A
May 4, 2025

Vertex AI Pipelines automatically logs every component’s inputs, outputs, parameters, and artifacts into the built‑in ML Metadata store, giving you end‑to‑end lineage for data, models, and evaluation results. The Vertex AI SDK lets you programmatically log any extra metadata—git commit hashes, container image URIs, custom evaluation reports—directly into the same metadata store from within your training or preprocessing code.