
Ultimate access to all questions.
Your company is developing an MLOps platform to automate machine learning experiments and manage model retraining workflows efficiently. With dozens of ML pipelines to handle, it's crucial to properly organize and store the different artifacts produced. Considering scalability, integration, and management of metadata, how should you store the pipelines' artifacts?
A
Store parameters in Cloud SQL, and store the models’ source code and binaries in GitHub.
B
Store parameters in Cloud SQL, store the models’ source code in GitHub, and store the models’ binaries in Cloud Storage.
C
Store parameters in Vertex ML Metadata, store the models’ source code in GitHub, and store the models’ binaries in Cloud Storage.
D
Store parameters in Vertex ML Metadata and store the models’ source code and binaries in GitHub.