The verified answer is D. Amazon SageMaker Model Monitor. AWS documentation states that Amazon SageMaker Model Monitor monitors the quality of SageMaker AI machine learning models in production. It can set alerts when there are deviations in model quality, enabling early and proactive corrective actions such as retraining models, auditing upstream systems, or fixing quality issues without manually building additional monitoring tooling.
The requirement is to identify changes in original model quality. SageMaker Model Monitor addresses this by creating baselines from training data, computing metrics and constraints, and comparing live or batch inference data against those constraints. AWS documentation states that Model Monitor supports monitoring of data quality, model quality, bias drift, and feature attribution drift. For model quality specifically, it monitors drift in model quality metrics such as accuracy.
Amazon SageMaker JumpStart is incorrect because JumpStart provides prebuilt models, foundation models, notebooks, and solution templates to accelerate ML development. It does not primarily monitor deployed model quality.
Amazon SageMaker HyperPod is incorrect because HyperPod is used for large-scale distributed training infrastructure, especially for foundation models and large ML workloads. It does not identify changes in production model quality.
Amazon SageMaker Data Wrangler is incorrect because Data Wrangler is used for data preparation, transformation, and feature engineering. It helps prepare data before training, but it does not monitor deployed models for quality drift.
Because the company needs to detect changes in model quality after deployment and resolve issues, SageMaker Model Monitor is the correct feature.