Google Cloud Professional Machine Learning Engineer — Question 286

You are developing a batch process that will train a custom model and perform predictions. You need to be able to show lineage for both your model and the batch predictions. What should you do?

Answer options

Correct answer: D

Explanation

Option D is correct because it utilizes Vertex AI Pipelines for both training and generating predictions, which provides lineage tracking. The other options do not leverage the Pipelines framework for this purpose and may not ensure the same level of lineage visibility as option D.