ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 184 - Professional Machine Learning Engineer discussion

Report
Export

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.
Answers
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.
Answers
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.
Answers
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.
Answers
D.
Chain the Vertex Al ModelUploadOp and ModelDeployop components together.
Suggested answer: D

Explanation:

According to the web search results, Vertex AI Pipelines is a serverless orchestrator for running ML pipelines, using either the KFP SDK or TFX1.Vertex AI Pipelines provides a set of prebuilt components that can be used to perform common ML tasks, such as training, evaluation, deployment, and more2.Vertex AI ModelUploadOp and ModelDeployOp are two such components that can be used to upload a new version of the XGBoost model to Vertex AI Model Registry and deploy it to Vertex AI Endpoints for online inference3. Therefore, option D is the best way to use the simplest approach for the given use case, as it only requires chaining two prebuilt components together. The other options are not relevant or optimal for this scenario.Reference:

Vertex AI Pipelines

Google Cloud Pipeline Components

Vertex AI ModelUploadOp and ModelDeployOp

Google Professional Machine Learning Certification Exam 2023

Latest Google Professional Machine Learning Engineer Actual Free Exam Questions

asked 18/09/2024
Ashad Conley
38 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first