Class EvaluationRunSummary (0.3.0)

EvaluationRunSummary(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Contains the summary of passed and failed result counts for a specific evaluation in an evaluation run.

Attributes

Name Description
passed_count int
Output only. Number of passed results for the associated Evaluation in this run.
failed_count int
Output only. Number of failed results for the associated Evaluation in this run.
error_count int
Output only. Number of error results for the associated Evaluation in this run.