Class Progress (0.3.0)

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

The progress of the evaluation run.

Attributes

Name Description
total_count int
Output only. Total number of evaluation results in this run.
failed_count int
Output only. Number of completed evaluation results with an outcome of FAIL. (EvaluationResult.execution_state is COMPLETED and EvaluationResult.evaluation_status is FAIL).
error_count int
Output only. Number of evaluation results that failed to execute. (EvaluationResult.execution_state is ERROR).
completed_count int
Output only. Number of evaluation results that finished successfully. (EvaluationResult.execution_state is COMPLETED).
passed_count int
Output only. Number of completed evaluation results with an outcome of PASS. (EvaluationResult.execution_state is COMPLETED and EvaluationResult.evaluation_status is PASS).