List of questions
Related questions
Question 184 - Professional Machine Learning Engineer discussion
You are developing an ML pipeline using Vertex Al Pipelines. You want your pipeline to upload a new version of the XGBoost model to Vertex Al Model Registry and deploy it to Vertex Al End points for online inference. You want to use the simplest approach. What should you do?
A.
Use the Vertex Al REST API within a custom component based on a vertex-ai/prediction/xgboost-cpu image.
B.
Use the Vertex Al ModelEvaluationOp component to evaluate the model.
C.
Use the Vertex Al SDK for Python within a custom component based on a python: 3.10 Image.
D.
Chain the Vertex Al ModelUploadOp and ModelDeployop components together.
Your answer:
0 comments
Sorted by
Leave a comment first