Google Cloud Professional Machine Learning Engineer — Question 187

You are deploying a new version of a model to a production Vertex Al endpoint that is serving traffic. You plan to direct all user traffic to the new model. You need to deploy the model with minimal disruption to your application. What should you do?

Answer options

Correct answer: C

Explanation

The correct answer is C because it allows for a seamless transition by deploying the new model to the existing endpoint while using the parentModel parameter to reference the currently deployed model, ensuring compatibility. Options A and B involve creating a new endpoint, which adds unnecessary complexity, and D does not use the parentModel parameter, which could lead to issues with model compatibility.