AWS::BedrockAgentCore::Evaluator LlmAsAJudgeEvaluatorConfig - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.

AWS::BedrockAgentCore::Evaluator LlmAsAJudgeEvaluatorConfig

The LLM-as-a-Judge configuration that uses a language model to evaluate agent performance based on custom instructions and rating scales.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

Properties

Instructions

The evaluation instructions that guide the language model in assessing agent performance, including criteria and evaluation guidelines.

Required: Yes

Type: String

Update requires: No interruption

ModelConfig

The model configuration that specifies which foundation model to use and how to configure it for evaluation.

Required: Yes

Type: EvaluatorModelConfig

Update requires: No interruption

RatingScale

The rating scale that defines how the evaluator should score agent performance, either numerical or categorical.

Required: Yes

Type: RatingScale

Update requires: No interruption