public static enum Execution.State extends Enum<Execution.State> implements com.google.protobuf.ProtocolMessageEnum
Describes the state of the Execution.Protobuf enum
google.cloud.aiplatform.v1beta1.Execution.State| Enum Constant and Description |
|---|
CACHED
The Execution completed through Cache hit.
|
CANCELLED
The Execution was cancelled.
|
COMPLETE
The Execution has finished running
COMPLETE = 3; |
FAILED
The Execution has failed
FAILED = 4; |
NEW
The Execution is new
NEW = 1; |
RUNNING
The Execution is running
RUNNING = 2; |
STATE_UNSPECIFIED
Unspecified Execution state
STATE_UNSPECIFIED = 0; |
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
CACHED_VALUE
The Execution completed through Cache hit.
|
static int |
CANCELLED_VALUE
The Execution was cancelled.
|
static int |
COMPLETE_VALUE
The Execution has finished running
COMPLETE = 3; |
static int |
FAILED_VALUE
The Execution has failed
FAILED = 4; |
static int |
NEW_VALUE
The Execution is new
NEW = 1; |
static int |
RUNNING_VALUE
The Execution is running
RUNNING = 2; |
static int |
STATE_UNSPECIFIED_VALUE
Unspecified Execution state
STATE_UNSPECIFIED = 0; |
| Modifier and Type | Method and Description |
|---|---|
static Execution.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<Execution.State> |
internalGetValueMap() |
static Execution.State |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Execution.State |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Execution.State |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Execution.State[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Execution.State STATE_UNSPECIFIED
Unspecified Execution state
STATE_UNSPECIFIED = 0;public static final Execution.State NEW
The Execution is new
NEW = 1;public static final Execution.State RUNNING
The Execution is running
RUNNING = 2;public static final Execution.State COMPLETE
The Execution has finished running
COMPLETE = 3;public static final Execution.State FAILED
The Execution has failed
FAILED = 4;public static final Execution.State CACHED
The Execution completed through Cache hit.
CACHED = 5;public static final Execution.State CANCELLED
The Execution was cancelled.
CANCELLED = 6;public static final Execution.State UNRECOGNIZED
public static final int STATE_UNSPECIFIED_VALUE
Unspecified Execution state
STATE_UNSPECIFIED = 0;public static final int NEW_VALUE
The Execution is new
NEW = 1;public static final int RUNNING_VALUE
The Execution is running
RUNNING = 2;public static final int COMPLETE_VALUE
The Execution has finished running
COMPLETE = 3;public static final int FAILED_VALUE
The Execution has failed
FAILED = 4;public static final int CACHED_VALUE
The Execution completed through Cache hit.
CACHED = 5;public static final int CANCELLED_VALUE
The Execution was cancelled.
CANCELLED = 6;public static Execution.State[] values()
for (Execution.State c : Execution.State.values()) System.out.println(c);
public static Execution.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 Execution.State valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static Execution.State forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<Execution.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 Execution.State valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2024 Google LLC. All rights reserved.