Class EvaluationRunState (0.7.0)

EvaluationRunState(value)

The state of the evaluation run.

Enums

Name Description
EVALUATION_RUN_STATE_UNSPECIFIED Evaluation run state is not specified.
QUEUED Indicates the evaluation run is queued.
RUNNING Evaluation run is running.
COMPLETED Evaluation run has completed.
ERROR The evaluation run has an error.
CANCELLED Evaluation run was cancelled.