AWS::BedrockAgentCore::Evaluator CategoricalScaleDefinition - 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 CategoricalScaleDefinition

The definition of a categorical rating scale option that provides a named category with its description for evaluation scoring.

Syntax

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

JSON

{ "Definition" : String, "Label" : String }

YAML

Definition: String Label: String

Properties

Definition

The description that explains what this categorical rating represents and when it should be used.

Required: Yes

Type: String

Update requires: No interruption

Label

The label or name of this categorical rating option.

Required: Yes

Type: String

Minimum: 1

Maximum: 100

Update requires: No interruption