A data scientist has deployed a model on Vertex AI Endpoints and wants to monitor the model's predictions for any drift over time. Which Vertex AI service should they use?
Trap 1: Vertex AI Feature Store
Vertex AI Feature Store is for storing and serving features, not monitoring model drift.
Trap 2: Vertex AI Predictions
Vertex AI Predictions is the service for making predictions, not monitoring them for drift.
Trap 3: Vertex AI Explainable AI
Vertex AI Explainable AI provides feature attributions for model predictions, but does not monitor drift.
- A
Vertex AI Feature Store
Why wrong: Vertex AI Feature Store is for storing and serving features, not monitoring model drift.
- B
Vertex AI Predictions
Why wrong: Vertex AI Predictions is the service for making predictions, not monitoring them for drift.
- C
Vertex AI Explainable AI
Why wrong: Vertex AI Explainable AI provides feature attributions for model predictions, but does not monitor drift.
- D
Vertex AI Model Monitoring
Vertex AI Model Monitoring is designed for monitoring drift and skew in deployed models.