public enum EvaluationRun.EvaluationRunState extends Enum<EvaluationRun.EvaluationRunState> implements ProtocolMessageEnumThe state of the evaluation run.
Protobuf enum google.cloud.ces.v1beta.EvaluationRun.EvaluationRunState
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
CANCELLED |
Evaluation run was cancelled. |
CANCELLED_VALUE |
Evaluation run was cancelled. |
COMPLETED |
Evaluation run has completed. |
COMPLETED_VALUE |
Evaluation run has completed. |
ERROR |
The evaluation run has an error. |
ERROR_VALUE |
The evaluation run has an error. |
EVALUATION_RUN_STATE_UNSPECIFIED |
Evaluation run state is not specified. |
EVALUATION_RUN_STATE_UNSPECIFIED_VALUE |
Evaluation run state is not specified. |
QUEUED |
Indicates the evaluation run is queued. |
QUEUED_VALUE |
Indicates the evaluation run is queued. |
RUNNING |
Evaluation run is running. |
RUNNING_VALUE |
Evaluation run is running. |
UNRECOGNIZED |
|
Static Methods |
|
|---|---|
| Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
|
Methods |
|
|---|---|
| Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |
|