Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
You are developing a batch process to train a custom model and perform batch predictions. You need to demonstrate lineage for both the model and the batch predictions. What should you do?
A
Upload your dataset to BigQuery.
Use a Vertex AI custom training job to train your model.
Generate predictions by using Vertex AI SDK custom prediction routines.
B
Use Vertex AI Experiments to evaluate model performance during training.
Register your model in Vertex AI Model Registry.
Generate batch predictions in Vertex AI.
C
Create a Vertex AI managed dataset.
Use a Vertex AI training pipeline to train your model.
D
Use a Vertex AI Pipelines custom training job component to train your model.
Generate predictions by using a Vertex AI Pipelines model batch predict component.