Google Cloud Professional Machine Learning Engineer — Question 301

You developed an ML model using Vertex AI and deployed it to a Vertex AI endpoint. You anticipate that the model will need to be retrained as new data becomes available. You have configured a Vertex AI Model Monitoring Job. You need to monitor the model for feature attribution drift and establish continuous evaluation metrics. What should you do?

Answer options

Correct answer: D

Explanation

Option D is correct because it allows for real-time monitoring of feature attributions through Cloud Logging, enabling immediate action when an alert is triggered. Options A and B do not provide the necessary immediate response to alerts, as they rely on manual review or periodic checks. Option C introduces unnecessary complexity with a Cloud Run function and TensorFlow Data Validation, which is not required for monitoring feature attribution drift.