Enum EvaluationRun.EvaluationRunState (0.3.0)

public enum EvaluationRun.EvaluationRunState extends Enum<EvaluationRun.EvaluationRunState> implements ProtocolMessageEnum

The state of the evaluation run.

Protobuf enum google.cloud.ces.v1beta.EvaluationRun.EvaluationRunState

Implements

ProtocolMessageEnum

Static Fields

Name Description
COMPLETED

Evaluation run has completed.

COMPLETED = 2;

COMPLETED_VALUE

Evaluation run has completed.

COMPLETED = 2;

ERROR

The evaluation run has an error.

ERROR = 3;

ERROR_VALUE

The evaluation run has an error.

ERROR = 3;

EVALUATION_RUN_STATE_UNSPECIFIED

Evaluation run state is not specified.

EVALUATION_RUN_STATE_UNSPECIFIED = 0;

EVALUATION_RUN_STATE_UNSPECIFIED_VALUE

Evaluation run state is not specified.

EVALUATION_RUN_STATE_UNSPECIFIED = 0;

RUNNING

Evaluation run is running.

RUNNING = 1;

RUNNING_VALUE

Evaluation run is running.

RUNNING = 1;

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()