Enum Evaluation.State (0.43.0)

public enum Evaluation.State extends Enum<Evaluation.State> implements ProtocolMessageEnum

Describes the state of an evaluation.

Protobuf enum google.cloud.discoveryengine.v1beta.Evaluation.State

Implements

ProtocolMessageEnum

Static Fields

Name Description
FAILED

The evaluation failed.

FAILED = 4;

FAILED_VALUE

The evaluation failed.

FAILED = 4;

PENDING

The service is preparing to run the evaluation.

PENDING = 1;

PENDING_VALUE

The service is preparing to run the evaluation.

PENDING = 1;

RUNNING

The evaluation is in progress.

RUNNING = 2;

RUNNING_VALUE

The evaluation is in progress.

RUNNING = 2;

STATE_UNSPECIFIED

The evaluation is unspecified.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

The evaluation is unspecified.

STATE_UNSPECIFIED = 0;

SUCCEEDED

The evaluation completed successfully.

SUCCEEDED = 3;

SUCCEEDED_VALUE

The evaluation completed successfully.

SUCCEEDED = 3;

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