Package com.google.cloud.aiplatform.v1
Enum PipelineState
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,Serializable,Comparable<PipelineState>
@Generated
public enum PipelineState
extends Enum<PipelineState>
implements com.google.protobuf.ProtocolMessageEnum
Describes the state of a pipeline.Protobuf enum
google.cloud.aiplatform.v1.PipelineState-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionThe pipeline has been cancelled.The pipeline is being cancelled.The pipeline failed.The pipeline has been stopped, and can be resumed.The service is preparing to run the pipeline.The pipeline has been created or resumed, and processing has not yet begun.The pipeline is in progress.The pipeline completed successfully.The pipeline state is unspecified. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intThe pipeline has been cancelled.static final intThe pipeline is being cancelled.static final intThe pipeline failed.static final intThe pipeline has been stopped, and can be resumed.static final intThe service is preparing to run the pipeline.static final intThe pipeline has been created or resumed, and processing has not yet begun.static final intThe pipeline is in progress.static final intThe pipeline completed successfully.static final intThe pipeline state is unspecified. -
Method Summary
Modifier and TypeMethodDescriptionstatic PipelineStateforNumber(int value) static com.google.protobuf.Descriptors.EnumDescriptorfinal com.google.protobuf.Descriptors.EnumDescriptorfinal intfinal com.google.protobuf.Descriptors.EnumValueDescriptorstatic com.google.protobuf.Internal.EnumLiteMap<PipelineState>static PipelineStatevalueOf(int value) Deprecated.static PipelineStatevalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static PipelineStateReturns the enum constant of this type with the specified name.static PipelineState[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
PIPELINE_STATE_UNSPECIFIED
The pipeline state is unspecified.
PIPELINE_STATE_UNSPECIFIED = 0; -
PIPELINE_STATE_QUEUED
The pipeline has been created or resumed, and processing has not yet begun.
PIPELINE_STATE_QUEUED = 1; -
PIPELINE_STATE_PENDING
The service is preparing to run the pipeline.
PIPELINE_STATE_PENDING = 2; -
PIPELINE_STATE_RUNNING
The pipeline is in progress.
PIPELINE_STATE_RUNNING = 3; -
PIPELINE_STATE_SUCCEEDED
The pipeline completed successfully.
PIPELINE_STATE_SUCCEEDED = 4; -
PIPELINE_STATE_FAILED
The pipeline failed.
PIPELINE_STATE_FAILED = 5; -
PIPELINE_STATE_CANCELLING
The pipeline is being cancelled. From this state, the pipeline may only go to either PIPELINE_STATE_SUCCEEDED, PIPELINE_STATE_FAILED or PIPELINE_STATE_CANCELLED.
PIPELINE_STATE_CANCELLING = 6; -
PIPELINE_STATE_CANCELLED
The pipeline has been cancelled.
PIPELINE_STATE_CANCELLED = 7; -
PIPELINE_STATE_PAUSED
The pipeline has been stopped, and can be resumed.
PIPELINE_STATE_PAUSED = 8; -
UNRECOGNIZED
-
-
Field Details
-
PIPELINE_STATE_UNSPECIFIED_VALUE
public static final int PIPELINE_STATE_UNSPECIFIED_VALUEThe pipeline state is unspecified.
PIPELINE_STATE_UNSPECIFIED = 0;- See Also:
-
PIPELINE_STATE_QUEUED_VALUE
public static final int PIPELINE_STATE_QUEUED_VALUEThe pipeline has been created or resumed, and processing has not yet begun.
PIPELINE_STATE_QUEUED = 1;- See Also:
-
PIPELINE_STATE_PENDING_VALUE
public static final int PIPELINE_STATE_PENDING_VALUEThe service is preparing to run the pipeline.
PIPELINE_STATE_PENDING = 2;- See Also:
-
PIPELINE_STATE_RUNNING_VALUE
public static final int PIPELINE_STATE_RUNNING_VALUEThe pipeline is in progress.
PIPELINE_STATE_RUNNING = 3;- See Also:
-
PIPELINE_STATE_SUCCEEDED_VALUE
public static final int PIPELINE_STATE_SUCCEEDED_VALUEThe pipeline completed successfully.
PIPELINE_STATE_SUCCEEDED = 4;- See Also:
-
PIPELINE_STATE_FAILED_VALUE
public static final int PIPELINE_STATE_FAILED_VALUEThe pipeline failed.
PIPELINE_STATE_FAILED = 5;- See Also:
-
PIPELINE_STATE_CANCELLING_VALUE
public static final int PIPELINE_STATE_CANCELLING_VALUEThe pipeline is being cancelled. From this state, the pipeline may only go to either PIPELINE_STATE_SUCCEEDED, PIPELINE_STATE_FAILED or PIPELINE_STATE_CANCELLED.
PIPELINE_STATE_CANCELLING = 6;- See Also:
-
PIPELINE_STATE_CANCELLED_VALUE
public static final int PIPELINE_STATE_CANCELLED_VALUEThe pipeline has been cancelled.
PIPELINE_STATE_CANCELLED = 7;- See Also:
-
PIPELINE_STATE_PAUSED_VALUE
public static final int PIPELINE_STATE_PAUSED_VALUEThe pipeline has been stopped, and can be resumed.
PIPELINE_STATE_PAUSED = 8;- 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
-