A company is migrating from an on-premises ML serving infrastructure to Vertex AI. They have multiple models that need to be served from the same endpoint with different traffic percentages. They also need to monitor prediction quality. Which THREE actions should they take? (Choose 3)
Vertex AI supports this natively for A/B testing.
Why this answer
Vertex AI endpoints support deploying multiple model versions and using the `traffic_split` parameter to distribute traffic percentages among them. This allows the company to serve different models from a single endpoint while controlling the proportion of requests each model receives, meeting the requirement for a unified serving infrastructure.
Exam trap
The trap here is that candidates may think separate endpoints with a load balancer (Option B) are required for traffic distribution, overlooking Google Vertex AI's built-in traffic splitting on a single endpoint, which is simpler and more aligned with the platform's design.