EduLogic wants to compare two Bedrock models for answer accuracy and safety before rolling one into production. They need to run automatic, repeatable metrics at scale and also collect human judgments for edge cases. Which architecture best implements both automated evaluation with built-in metrics and human evaluation for sampled outputs?
Choose an answer
Tap an option to check your answer.
Correct answer: Create an automated evaluation job in Bedrock (or the Bedrock evaluation API) that runs the models on a labeled test set (JSONL with input/reference pairs) and computes built-in metrics (BLEU/ROUGE/F1, safety scores). Persist evaluation artifacts and metric reports to S3. For human evaluation, sample a stratified subset of model outputs and create a SageMaker Ground Truth labeling job (or use Amazon A2I) with a custom labeling UI to collect human judgments; combine human labels with automatic metrics for final model selection..
Why this is the answer
This option correctly combines automated and human evaluation. Bedrock's evaluation capabilities directly support running models against labeled datasets and computing built-in metrics like BLEU/ROUGE/F1 and safety scores, which are essential for large-scale, repeatable assessments. Persisting artifacts to S3 ensures data governance and auditability. For human evaluation, SageMaker Ground Truth or Amazon A2I are the appropriate services for collecting high-quality human judgments on sampled outputs, especially for nuanced edge cases. This architecture provides a comprehensive and robust evaluation framework. The other options are less suitable: Relying on CloudWatch Logs and Lambda for real-time metric computation is inefficient and complex for comprehensive model evaluation, and a public web form for feedback is not scalable or secure. SageMaker Model Monitor is for monitoring models in production, not for pre-production comparative evaluation, and Bedrock does not automatically create a human review queue for ambiguous cases. Relying solely on human evaluation via Mechanical Turk for all outputs is impractical, expensive, and slow for large datasets, and completely neglecting automated metrics misses valuable, scalable insights.
Pass your exam — without the endless answer hunt
Get every verified question and explanation for this exam in one place, and save hours of prep. 1,000+ certifications · 20+ languages · free to start.
Pass your exam faster → No card needed