Enum Execution.State (3.42.0)

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

Describes the state of the Execution.

Protobuf enum google.cloud.aiplatform.v1.Execution.State

Implements

ProtocolMessageEnum

Static Fields

NameDescription
CACHED

The Execution completed through Cache hit.

CACHED = 5;

CACHED_VALUE

The Execution completed through Cache hit.

CACHED = 5;

CANCELLED

The Execution was cancelled.

CANCELLED = 6;

CANCELLED_VALUE

The Execution was cancelled.

CANCELLED = 6;

COMPLETE

The Execution has finished running

COMPLETE = 3;

COMPLETE_VALUE

The Execution has finished running

COMPLETE = 3;

FAILED

The Execution has failed

FAILED = 4;

FAILED_VALUE

The Execution has failed

FAILED = 4;

NEW

The Execution is new

NEW = 1;

NEW_VALUE

The Execution is new

NEW = 1;

RUNNING

The Execution is running

RUNNING = 2;

RUNNING_VALUE

The Execution is running

RUNNING = 2;

STATE_UNSPECIFIED

Unspecified Execution state

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

Unspecified Execution state

STATE_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()