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

The definition of a numerical rating scale option that provides a numeric value 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, "Value" : Number }

YAML

Definition: String Label: String Value: Number

Properties

Definition

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

Required: Yes

Type: String

Update requires: No interruption

Label

The label or name that describes this numerical rating option.

Required: Yes

Type: String

Minimum: 1

Maximum: 100

Update requires: No interruption

Value

The numerical value for this rating scale option.

Required: Yes

Type: Number

Minimum: 0

Update requires: No interruption