AWS::BedrockAgentCore::EvaluatorResource Type definition for AWS::BedrockAgentCore::Evaluator - Creates a custom evaluator for agent quality assessment using LLM-as-a-Judge configurations.
import { CfnEvaluator } from 'aws-cdk-lib/aws-bedrockagentcore';Or use the module namespace:
import * as bedrockagentcore from 'aws-cdk-lib/aws-bedrockagentcore';
// bedrockagentcore.CfnEvaluatorConfiguration passed to the constructor as CfnEvaluatorProps.
evaluatorConfigRequiredIResolvable | EvaluatorConfigPropertyThe configuration that defines how an evaluator assesses agent performance.
evaluatorNameRequiredstringThe name of the evaluator. Must be unique within your account.
levelRequiredstringdescriptionOptionalstringThe description of the evaluator.
tagsOptionalCfnTag[]A list of tags to assign to the evaluator.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-bedrockagentcoreAWS::BedrockAgentCore::Evaluator