AWS Certified AI Practitioner (AIF-C01) — Question 280

A company deployed a model to production. After 4 months, the model inference quality degraded. The company wants to receive a notification if the model inference quality degrades. The company also wants to ensure that the problem does not happen again.

Which solution will meet these requirements?

Answer options

Correct answer: B

Explanation

Retraining the current model is the appropriate action to address the quality degradation, rather than rebuilding a new model from scratch. Amazon SageMaker Model Monitor is designed specifically to continuously observe model performance in production and send alerts when drift is detected. Other services like Amazon SageMaker Clarify, Feature Store, and JumpStart do not provide continuous model drift monitoring and alerting capabilities.