AIF-C01 notes
Responsible AI practices

Amazon Services and Tools for Responsible AI

Amazon SageMaker AI and Amazon Bedrock have built-in tools for each area of responsible AI.

NeedToolWhat it does
Evaluate foundation modelsModel evaluation on Amazon BedrockCompare and pick FMs. Automatic evaluation uses predefined metrics (accuracy, robustness, toxicity). Human evaluation covers subjective metrics (friendliness, style, brand voice) with your own team or an AWS-managed team
SageMaker ClarifyAlso evaluates FMs
Safeguard generative AIGuardrails for Amazon BedrockBlocks denied topics, filters harmful content (hate, insults, sexual, violence) with thresholds, and redacts or blocks PII. Works with any FM, including fine-tuned ones, and with Agents
Detect biasSageMaker ClarifyAnalyzes chosen features such as age or gender and reports bias metrics
Balance dataSageMaker Data WranglerRandom undersampling, random oversampling, and SMOTE
Explain predictionsSageMaker Clarify (with SageMaker Experiments)Scores showing which features contributed most to a prediction, plus feature importance charts for tabular data
Monitor in productionSageMaker Model MonitorWatches model quality on endpoints or batch jobs and alerts on deviations
Human reviewAmazon Augmented AI (A2I)Routes predictions to people for review
GovernanceSageMaker Role ManagerDefines minimum permissions quickly
SageMaker Model CardsDocuments intended use, risk rating, and training details
SageMaker Model DashboardOne place to track model behavior in production
Transparency of AWS servicesAWS AI Service CardsFor each AWS AI service: basic concepts, intended use cases and limitations, responsible AI design, and deployment and performance best practices

Easy to mix up

  • Clarify covers bias and explainability. Model Monitor covers drift and quality in production. A2I covers human review.
  • AI Service Cards document AWS's services. Model Cards document your own models.
  • Guardrails filter inputs and outputs at runtime. They don't retrain the model.

On this page