Enum PersistentResource.State (3.42.0)

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

Describes the PersistentResource state.

Protobuf enum google.cloud.aiplatform.v1beta1.PersistentResource.State

Implements

ProtocolMessageEnum

Static Fields

NameDescription
ERROR

The ERROR state indicates the persistent resource may be unusable. Details can be found in the error field.

ERROR = 5;

ERROR_VALUE

The ERROR state indicates the persistent resource may be unusable. Details can be found in the error field.

ERROR = 5;

PROVISIONING

The PROVISIONING state indicates the persistent resources is being created.

PROVISIONING = 1;

PROVISIONING_VALUE

The PROVISIONING state indicates the persistent resources is being created.

PROVISIONING = 1;

RUNNING

The RUNNING state indicates the persistent resource is healthy and fully usable.

RUNNING = 3;

RUNNING_VALUE

The RUNNING state indicates the persistent resource is healthy and fully usable.

RUNNING = 3;

STATE_UNSPECIFIED

Not set.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

Not set.

STATE_UNSPECIFIED = 0;

STOPPING

The STOPPING state indicates the persistent resource is being deleted.

STOPPING = 4;

STOPPING_VALUE

The STOPPING state indicates the persistent resource is being deleted.

STOPPING = 4;

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