Question 211 of 280
Single answerYou 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?
AUse the Vertex AI REST API within a custom component based on a vertex-ai/prediction/xgboost-cpu image
BUse the Vertex AI ModelEvaluationOp component to evaluate the model
CUse the Vertex AI SDK for Python within a custom component based on a python:3.10 image
✓DChain the Vertex AI ModelUploadOp and ModelDeployOp components together
✓
Correct Answer: D
Chain the Vertex AI ModelUploadOp and ModelDeployOp components together
▥
Explanation
The correct answer is highlighted above. Review the wording carefully, then use the next question to continue building your understanding of Google certification topics.