PROFESSIONAL-MACHINE-LEARNING-ENGINEER · Question #334
You have created multiple versions of an ML model and have imported them to Vertex AI Model Registry. You want to perform A/B testing to identify the best performing model using the simplest approach.
The correct answer is A. Split incoming traffic to distribute prediction requests among the versions. Monitor the performance. Vertex AI Model Registry supports traffic splitting across multiple model versions natively, allowing you to distribute prediction requests simply and monitor each version’s performance using built-in Vertex AI monitoring tools. This approach is the simplest and most integrated f
Question
Options
- ASplit incoming traffic to distribute prediction requests among the versions. Monitor the performance
- BSplit incoming traffic among Google Kubernetes Engine (GKE) clusters, and use Traffic Director to
- CSplit incoming traffic to distribute prediction requests among the versions. Monitor the performance
- DSplit incoming traffic among separate Cloud Run instances of deployed models. Monitor the
How the community answered
(39 responses)- A87% (34)
- B3% (1)
- C8% (3)
- D3% (1)
Explanation
Vertex AI Model Registry supports traffic splitting across multiple model versions natively, allowing you to distribute prediction requests simply and monitor each version’s performance using built-in Vertex AI monitoring tools. This approach is the simplest and most integrated for A/B testing within Vertex AI.
Topics
Community Discussion
No community discussion yet for this question.