public static enum Artifact.State extends Enum<Artifact.State> implements com.google.protobuf.ProtocolMessageEnum
Describes the state of the Artifact.Protobuf enum
google.cloud.aiplatform.v1.Artifact.State| Enum Constant and Description |
|---|
LIVE
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.
|
STATE_UNSPECIFIED
Unspecified state for the Artifact.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
LIVE_VALUE
A state indicating that the Artifact should exist, unless something
external to the system deletes it.
|
static int |
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.
|
static int |
STATE_UNSPECIFIED_VALUE
Unspecified state for the Artifact.
|
| Modifier and Type | Method and Description |
|---|---|
static Artifact.State |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<Artifact.State> |
internalGetValueMap() |
static Artifact.State |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Artifact.State |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Artifact.State |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Artifact.State[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Artifact.State STATE_UNSPECIFIED
Unspecified state for the Artifact.
STATE_UNSPECIFIED = 0;public static final Artifact.State 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;public static final Artifact.State LIVE
A state indicating that the Artifact should exist, unless something external to the system deletes it.
LIVE = 2;public static final Artifact.State UNRECOGNIZED
public static final int STATE_UNSPECIFIED_VALUE
Unspecified state for the Artifact.
STATE_UNSPECIFIED = 0;public static final int 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;public static final int LIVE_VALUE
A state indicating that the Artifact should exist, unless something external to the system deletes it.
LIVE = 2;public static Artifact.State[] values()
for (Artifact.State c : Artifact.State.values()) System.out.println(c);
public static Artifact.State valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static Artifact.State valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static Artifact.State forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<Artifact.State> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static Artifact.State valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2025 Google LLC. All rights reserved.