Module: Google::Cloud::Ces::V1beta::EvaluationRun::EvaluationRunState

Defined in:
proto_docs/google/cloud/ces/v1beta/evaluation.rb

Overview

The state of the evaluation run.

Constant Summary collapse

EVALUATION_RUN_STATE_UNSPECIFIED =

Evaluation run state is not specified.

0
QUEUED =

Indicates the evaluation run is queued.

5
RUNNING =

Evaluation run is running.

1
COMPLETED =

Evaluation run has completed.

2
ERROR =

The evaluation run has an error.

3
CANCELLED =

Evaluation run was cancelled.

4