View a markdown version of this page

EvaluationJobResults - Amazon Bedrock AgentCore Data Plane

EvaluationJobResults

Aggregated results from a batch evaluation, including session completion counts and evaluator score summaries.

Contents

evaluatorSummaries

A list of per-evaluator summary statistics.

Type: Array of EvaluatorSummary objects

Required: No

numberOfSessionsCompleted

The number of sessions that have been successfully evaluated.

Type: Integer

Required: No

numberOfSessionsFailed

The number of sessions that failed evaluation.

Type: Integer

Required: No

numberOfSessionsIgnored

The number of sessions that were ignored during evaluation.

Type: Integer

Required: No

numberOfSessionsInProgress

The number of sessions currently being evaluated.

Type: Integer

Required: No

totalNumberOfSessions

The total number of sessions included in the batch evaluation.

Type: Integer

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: