Skip to content

Bedrock Agentcore Control  >  Unions  >  RatingScale

RatingScale

Union Type

RatingScale module-attribute

The rating scale that defines how evaluators should score agent performance, supporting both numerical and categorical scales.

Union Member Types

RatingScaleNumerical dataclass

The numerical rating scale with defined score values and descriptions for quantitative evaluation.

Attributes

value instance-attribute

RatingScaleCategorical dataclass

The categorical rating scale with named categories and definitions for qualitative evaluation.

Attributes

value instance-attribute

RatingScaleUnknown dataclass

Represents an unknown variant.

If you receive this value, you will need to update your library to receive the parsed value.

This value may not be deliberately sent.

Attributes

tag instance-attribute
tag: str