CategoricalRatingOption
- class aws_cdk.aws_bedrock_agentcore_alpha.CategoricalRatingOption(*, definition, label)
Bases:
object(deprecated) A categorical rating scale option for custom evaluators.
Categorical scales define discrete labels for scoring agent performance.
- Parameters:
definition (
str) – (deprecated) The description that explains what this rating represents.label (
str) – (deprecated) The label for this rating option.
- Deprecated:
Use the equivalent construct from
aws-cdk-lib/aws-bedrockagentcoreinstead.- Stability:
deprecated
- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. import aws_cdk.aws_bedrock_agentcore_alpha as bedrock_agentcore_alpha categorical_rating_option = bedrock_agentcore_alpha.CategoricalRatingOption( definition="definition", label="label" )
Attributes
- definition
(deprecated) The description that explains what this rating represents.
- Stability:
deprecated
Example:
"The response fully addresses the user query with accurate information."
- label
(deprecated) The label for this rating option.
- Stability:
deprecated
Example:
"Good"