public enum Artifact.State extends Enum<Artifact.State> implements ProtocolMessageEnumDescribes the state of the Artifact.
Protobuf enum google.cloud.aiplatform.v1.Artifact.State
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
LIVE |
A state indicating that the Artifact should exist, unless something external to the system deletes it. |
LIVE_VALUE |
A state indicating that the Artifact should exist, unless something external to the system deletes it. |
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_VALUE |
A state used by systems like Vertex AI Pipelines to indicate that the underlying data item represented by this Artifact is being created. |
STATE_UNSPECIFIED |
Unspecified state for the Artifact. |
STATE_UNSPECIFIED_VALUE |
Unspecified state for the Artifact. |
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() |
|