AWS::BedrockAgentCore::OnlineEvaluationConfig EvaluatorReference - AWS CloudFormation

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

AWS::BedrockAgentCore::OnlineEvaluationConfig EvaluatorReference

A reference to an evaluator used in the online evaluation configuration.

Syntax

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

JSON

{ "EvaluatorId" : String }

YAML

EvaluatorId: String

Properties

EvaluatorId

The unique identifier of the evaluator. Can reference builtin evaluators (e.g., Builtin.Helpfulness) or custom evaluators.

Required: Yes

Type: String

Pattern: ^(Builtin\.[a-zA-Z0-9_-]+|[a-zA-Z][a-zA-Z0-9-_]{0,99}-[a-zA-Z0-9]{10})$

Update requires: No interruption