Monitor and Maintain Models
Unlock the complete study guide + 1,040 practice questions across 16 full exams.
Bundled into the existing Operationalizing Machine Learning and Generative AI Solutions premium course — no separate purchase.
14-day money-back guarantee — no questions asked.
Included in this chapter:
- Two questions monitoring must answer
- Detecting model decay: drift and data quality
- Operational health: endpoint and deployment metrics
- Autoscaling on the right metric
- Closing the loop: alerts and retraining triggers
- Exam patterns: signal, scope, and trigger
Monitoring surfaces: what each one detects
| Concern | Model monitoring signals | Endpoint Traffic metrics | Deployment Resource metrics |
|---|---|---|---|
| Question answered | Is the model still accurate? | Is request flow healthy? | Are the instances saturated? |
| Example metric | Data drift (Jensen-Shannon distance) | Requests Per Minute, Request Latency, Connections Active | CPU / GPU Utilization Percentage, memory, disk |
| Azure scope | Workspace monitoring job | Online endpoint | Online deployment, per instance |
| Data source | Collected production inputs and outputs | Azure Monitor platform metrics | Azure Monitor platform metrics |
| Computed by | Scheduled serverless Spark job | Emitted automatically every minute | Emitted automatically every minute |
| Typical action | Alert, then retrain | Alert or scale on latency | Autoscale on CpuUtilizationPercentage |
Decision tree
Cheat sheet
Unlock with Premium — includes all practice exams and the complete study guide.
Also tested in
References
- Model monitoring in production - Azure Machine Learning
- Monitor online endpoints - Azure Machine Learning
- Collect production data from models for real-time inferencing - Azure Machine Learning
- Monitor model performance in production - Azure Machine Learning
- Azure Machine Learning monitoring data reference - Azure Machine Learning
- Autoscale online endpoints - Azure Machine Learning
- Schedule pipeline jobs - Azure Machine Learning
- Trigger events in ML workflows - Azure Machine Learning