Skip to content

Bedrock Agentcore  >  Unions  >  EvaluationMetadata

EvaluationMetadata

Union Type

EvaluationMetadata module-attribute

Metadata for the evaluation, including session-specific ground truth data.

Union Member Types

EvaluationMetadataSessionMetadata dataclass

A list of session metadata entries containing ground truth data and test scenario identifiers for specific sessions.

Attributes

value instance-attribute
value: list[SessionMetadataShape]

EvaluationMetadataUnknown 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