1. Amazon SageMaker Developer Guide: Under the section "Fairness and Explainability with Amazon SageMaker Clarify
" the guide states
"With SageMaker Clarify
you have the option to measure pre-training bias on your dataset and post-training bias on your model." This directly supports the functionality of identifying bias during the data preparation (pre-training) stage.
2. Amazon SageMaker Developer Guide: The section "Run a SageMaker Clarify Job for Pre-training Bias Analysis" provides a detailed walkthrough
stating
"To check for biases in the initial dataset
you must configure and run a SageMaker Clarify processing job." This confirms option D as a primary use case.
3. Amazon SageMaker Developer Guide: The page "Monitor models for data and model quality" describes the role of SageMaker Model Monitor
clarifying the distinction from Clarify: "Amazon SageMaker Model Monitor automatically monitors machine learning (ML) models in production... It can monitor for drifts in data quality
model quality
bias
and feature attribution." This shows that general quality monitoring is the role of Model Monitor
making option B less precise.
4. Amazon SageMaker Developer Guide: The section "Amazon SageMaker Model Cards" explains its purpose: "Amazon SageMaker Model Cards help you document critical details about your machine learning (ML) models in a single place for streamlined governance and reporting." This confirms that option C describes Model Cards
not Clarify.