Enum Artifact.State (3.42.0)

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

Describes the state of the Artifact.

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

Implements

ProtocolMessageEnum

Static Fields

NameDescription
LIVE

A state indicating that the Artifact should exist, unless something external to the system deletes it.

LIVE = 2;

LIVE_VALUE

A state indicating that the Artifact should exist, unless something external to the system deletes it.

LIVE = 2;

PENDING

A state used by systems like Vertex AI Pipelines to indicate that the underlying data item represented by this Artifact is being created.

PENDING = 1;

PENDING_VALUE

A state used by systems like Vertex AI Pipelines to indicate that the underlying data item represented by this Artifact is being created.

PENDING = 1;

STATE_UNSPECIFIED

Unspecified state for the Artifact.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

Unspecified state for the Artifact.

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