
Answer-first summary for fast verification
Answer: Amazon SageMaker Clarify, Amazon SageMaker Model Monitor
The question describes a scenario where a generative AI model for customer segmentation has been deployed in production for a long time and is now showing inconsistent responses. The company specifically wants to evaluate both **model bias** and **model drift**. **Analysis of Options:** - **A: Amazon SageMaker Model Monitor** - This service is specifically designed to monitor models in production for issues like **data drift** (changes in input data distribution), **model drift** (degradation in model performance over time), and **prediction quality issues**. It can detect when a model's behavior deviates from its baseline, which aligns with the "inconsistent responses" mentioned. However, while Model Monitor can detect bias-related issues through data drift monitoring, it is not primarily focused on comprehensive bias evaluation. - **B: Amazon SageMaker Clarify** - This service is explicitly built to **detect and measure bias** in machine learning models and data. It provides tools for bias metrics, feature importance, and explainability. For evaluating model bias, SageMaker Clarify is the optimal choice. It can analyze both pre-training and post-training bias, which is crucial for fairness in customer segmentation models. - **C: Amazon SageMaker Model Cards** - This feature is for documenting model details, such as training data, performance metrics, and intended use cases. While it helps with model transparency and governance, it does not actively evaluate bias or drift in production models. - **D: Amazon SageMaker Feature Store** - This is a repository for storing, sharing, and managing features for machine learning. It helps with feature consistency and reuse but does not provide tools for monitoring bias or drift. **Optimal Selection:** The question requires evaluating **both bias and drift**. No single AWS service comprehensively handles both aspects in one tool. Therefore, the best approach is to use: - **Amazon SageMaker Clarify** for bias evaluation, as it is purpose-built for detecting and measuring bias in models and data. - **Amazon SageMaker Model Monitor** for drift evaluation, as it continuously monitors production models for data and model drift, which explains the inconsistent responses. Using both services together provides a complete solution: Clarify addresses the bias assessment requirement, while Model Monitor addresses the drift detection need, especially given the model's long deployment time and inconsistent behavior. This combination follows AWS best practices for maintaining model fairness and performance in production environments.
Ultimate access to all questions.
No comments yet.
Author: LeetQuiz Editorial Team
Which AWS service or feature should a company use to evaluate model bias and drift for a generative AI model in production that is showing inconsistent responses?
A
Amazon SageMaker Model Monitor
B
Amazon SageMaker Clarify
C
Amazon SageMaker Model Cards
D
Amazon SageMaker Feature Store