Google Cloud Professional Machine Learning Engineer — Question 223

You are building a MLOps platform to automate your company’s ML experiments and model retraining. You need to organize the artifacts for dozens of pipelines. How should you store the pipelines’ artifacts?

Answer options

Correct answer: C

Explanation

The correct answer is C because Vertex ML Metadata is designed to manage ML metadata and artifacts effectively, making it suitable for storing parameters. Storing the models' source code in GitHub and binaries in Cloud Storage aligns with best practices for version control and scalable storage. The other options either do not utilize Vertex ML Metadata or misplace the artifact storage, which can hinder organization and accessibility.