An auditor is evaluating bias in a model deployed on AWS SageMaker. Which tool should be used to generate a report on pre-training and post-training bias metrics?
Trap 1: SageMaker Model Monitor
Model Monitor detects drift in production, not inherent bias metrics.
Trap 2: AWS Glue DataBrew
Glue DataBrew is for data preparation, not model bias auditing.
Trap 3: Amazon Inspector
Inspector is for infrastructure vulnerability scanning.
- A
SageMaker Model Monitor
Why wrong: Model Monitor detects drift in production, not inherent bias metrics.
- B
SageMaker Clarify
SageMaker Clarify is the standard tool for detecting bias in AWS-hosted models.
- C
AWS Glue DataBrew
Why wrong: Glue DataBrew is for data preparation, not model bias auditing.
- D
Amazon Inspector
Why wrong: Inspector is for infrastructure vulnerability scanning.