Google Cloud Professional Machine Learning Engineer — Question 261

You are training and deploying updated versions of a regression model with tabular data by using Vertex AI Pipelines, Vertex AI Training, Vertex AI Experiments, and Vertex AI Endpoints. The model is deployed in a Vertex AI endpoint, and your users call the model by using the Vertex AI endpoint. You want to receive an email when the feature data distribution changes significantly, so you can retrigger the training pipeline and deploy an updated version of your model. What should you do?

Answer options

Correct answer: A

Explanation

The correct choice is A because Vertex AI Model Monitoring specifically offers prediction drift monitoring, which is designed to notify you when there are significant changes in feature data distribution. The other options, while related to monitoring and alerts, do not provide a direct method to monitor prediction drift and notify via email for this specific purpose.