Package com.google.cloud.aiplatform.v1
Enum Execution.State
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,Serializable,Comparable<Execution.State>
- Enclosing class:
- Execution
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.v1.Execution.State-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionThe Execution completed through Cache hit.The Execution was cancelled.The Execution has finished runningThe Execution has failedThe Execution is newThe Execution is runningUnspecified Execution state -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intThe Execution completed through Cache hit.static final intThe Execution was cancelled.static final intThe Execution has finished runningstatic final intThe Execution has failedstatic final intThe Execution is newstatic final intThe Execution is runningstatic final intUnspecified Execution state -
Method Summary
Modifier and TypeMethodDescriptionstatic Execution.StateforNumber(int value) static com.google.protobuf.Descriptors.EnumDescriptorfinal com.google.protobuf.Descriptors.EnumDescriptorfinal intfinal com.google.protobuf.Descriptors.EnumValueDescriptorstatic com.google.protobuf.Internal.EnumLiteMap<Execution.State>static Execution.StatevalueOf(int value) Deprecated.static Execution.StatevalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static Execution.StateReturns 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.
-
Enum Constant Details
-
STATE_UNSPECIFIED
Unspecified Execution state
STATE_UNSPECIFIED = 0; -
NEW
The Execution is new
NEW = 1; -
RUNNING
The Execution is running
RUNNING = 2; -
COMPLETE
The Execution has finished running
COMPLETE = 3; -
FAILED
The Execution has failed
FAILED = 4; -
CACHED
The Execution completed through Cache hit.
CACHED = 5; -
CANCELLED
The Execution was cancelled.
CANCELLED = 6; -
UNRECOGNIZED
-
-
Field Details
-
STATE_UNSPECIFIED_VALUE
public static final int STATE_UNSPECIFIED_VALUEUnspecified Execution state
STATE_UNSPECIFIED = 0;- See Also:
-
NEW_VALUE
public static final int NEW_VALUEThe Execution is new
NEW = 1;- See Also:
-
RUNNING_VALUE
public static final int RUNNING_VALUEThe Execution is running
RUNNING = 2;- See Also:
-
COMPLETE_VALUE
public static final int COMPLETE_VALUEThe Execution has finished running
COMPLETE = 3;- See Also:
-
FAILED_VALUE
public static final int FAILED_VALUEThe Execution has failed
FAILED = 4;- See Also:
-
CACHED_VALUE
public static final int CACHED_VALUEThe Execution completed through Cache hit.
CACHED = 5;- See Also:
-
CANCELLED_VALUE
public static final int CANCELLED_VALUEThe Execution was cancelled.
CANCELLED = 6;- See Also:
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
getNumber
public final int getNumber()- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite- Specified by:
getNumberin interfacecom.google.protobuf.ProtocolMessageEnum
-
valueOf
Deprecated.Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
value- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
forNumber
- Parameters:
value- The numeric wire value of the corresponding enum entry.- Returns:
- The enum associated with the given numeric wire value.
-
internalGetValueMap
-
getValueDescriptor
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()- Specified by:
getValueDescriptorin interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptor
public static com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() -
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
desc- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-