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