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