How to Resolve Persistent Training-Serving Skew Alerts After Retraining?
You received a training-serving skew alert from a Vertex AI Model Monitoring job running in production. You retrained the model with more recent training data, and deployed it back to the Vertex AI endpoint, but you are still receiving the same alert. What should you do?
Community Votes
78% of anonymous learners picked answer B. Votes are pick records left by other test-takers — they are not the verified answer.
Community Insight
Tests whether you know that model retraining does not automatically update the monitoring baseline, trapping candidates into retraining loops instead of updating the monitoring configuration.
This question tests understanding of how Vertex AI Model Monitoring calculates baselines for training-serving skew detection. The community consensus confirms that updating the monitoring job’s training dataset reference is required to align the baseline with newly retrained models and eliminate false positives.
Option D is the most frequent distractor because candidates assume waiting for new traffic and retraining again will resolve the skew, overlooking that the monitoring baseline must be explicitly updated to match the current training dataset.
Community Discussion (10 comments)
Comments & Corrections
No comments yet — spotted an error or have a note? Share it below.
Expert Analysis
Why the Answer Is Correct
Vertex AI Model Monitoring establishes its baseline distribution using the specific training dataset provided during job creation. When a model is retrained with newer data, the monitoring job continues comparing live traffic against the original baseline, triggering persistent skew alerts. Updating the monitoring job to reference the latest training dataset forces a baseline recalculation, aligning the expected distribution with the current model and resolving the false positive alert. As noted in comment [3], the baseline is only recalculated when the training dataset for the monitoring job itself is updated.Why the Other Options Are Wrong
Option A incorrectly suggests adjusting the sampling rate, which only impacts cost and statistical confidence, not the underlying data distribution mismatch. Options C and D propose disabling alerts or waiting for more traffic, which ignores the root cause: the monitoring baseline is outdated relative to the newly trained model. Disabling alerts merely masks operational issues rather than fixing the configuration drift between the model and the monitoring job. Comment [10] correctly points out that sampling rates do not address training-serving skew detection logic.Community Comment Notes
Candidates consistently highlight that developers often forget to sync the monitoring job’s training data reference after model updates. Comment [2] emphasizes that the monitoring job compares production data against the old training dataset, causing unavoidable skew until the reference is updated. Comment [4] validates this behavior by referencing official documentation stating that baseline recalculation occurs specifically when the monitoring job’s training dataset is modified. These insights reinforce that configuration alignment, not additional retraining cycles, is the correct remediation step.Official Reference
Exam Strategy
Always verify whether a configuration change requires explicit updates across dependent services, especially in managed ML platforms. In certification exams, questions about monitoring and alerts often test baseline synchronization rather than iterative model retraining cycles.
Related Analysis
Practice All PMLE Questions
Access 65 questions with complete answers and detailed explanations.
View Full PMLE Practice Test →