Google Cloud Professional Machine Learning Engineer — Question 213

You are developing an ML pipeline using Vertex AI Pipelines. You want your pipeline to upload a new version of the XGBoost model to Vertex AI Model Registry and deploy it to Vertex AI Endpoints for online inference. You want to use the simplest approach. What should you do?

Answer options

Correct answer: D

Explanation

The correct answer is D because chaining the Vertex AI ModelUploadOp and ModelDeployOp components allows for a straightforward and efficient process to upload and deploy the model in a single step. Options A, B, and C involve unnecessary complexity or steps that do not directly address the requirements of uploading and deploying the model in the simplest way.