Google Cloud Professional Machine Learning Engineer — Question 277

You have a custom job that runs on Vertex AI on a weekly basis. The job is implemented using a proprietary ML workflow that produces the datasets, models, and custom artifacts, and sends them to a Cloud Storage bucket. Many different versions of the datasets and models were created. Due to compliance requirements, your company needs to track which model was used for making a particular prediction, and needs access to the artifacts for each model. How should you configure your workflows to meet these requirements?

Answer options

Correct answer: A

Explanation

Option A is the correct choice because it allows for the creation of detailed metadata that tracks the relationships between models, their executions, and associated artifacts, which is essential for compliance. The other options do not provide the necessary granularity for tracking models and artifacts in relation to specific predictions, making them less suitable for meeting the requirements.