EvaluationMetadata

sealed class EvaluationMetadata

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

Inheritors

Types

Link copied to clipboard
Link copied to clipboard

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

Functions

Link copied to clipboard

Casts this EvaluationMetadata as a SessionMetadata and retrieves its kotlin.collections.List value. Throws an exception if the EvaluationMetadata is not a SessionMetadata.

Link copied to clipboard

Casts this EvaluationMetadata as a SessionMetadata and retrieves its kotlin.collections.List value. Returns null if the EvaluationMetadata is not a SessionMetadata.