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:StringLabel: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:
1Maximum:
100Update requires: No interruption