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 and Description |
|---|
PIPELINE_STATE_CANCELLED
The pipeline has been cancelled.
|
PIPELINE_STATE_CANCELLING
The pipeline is being cancelled.
|
PIPELINE_STATE_FAILED
The pipeline failed.
|
PIPELINE_STATE_PAUSED
The pipeline has been stopped, and can be resumed.
|
PIPELINE_STATE_PENDING
The service is preparing to run the pipeline.
|
PIPELINE_STATE_QUEUED
The pipeline has been created or resumed, and processing has not yet
begun.
|
PIPELINE_STATE_RUNNING
The pipeline is in progress.
|
PIPELINE_STATE_SUCCEEDED
The pipeline completed successfully.
|
PIPELINE_STATE_UNSPECIFIED
The pipeline state is unspecified.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
PIPELINE_STATE_CANCELLED_VALUE
The pipeline has been cancelled.
|
static int |
PIPELINE_STATE_CANCELLING_VALUE
The pipeline is being cancelled.
|
static int |
PIPELINE_STATE_FAILED_VALUE
The pipeline failed.
|
static int |
PIPELINE_STATE_PAUSED_VALUE
The pipeline has been stopped, and can be resumed.
|
static int |
PIPELINE_STATE_PENDING_VALUE
The service is preparing to run the pipeline.
|
static int |
PIPELINE_STATE_QUEUED_VALUE
The pipeline has been created or resumed, and processing has not yet
begun.
|
static int |
PIPELINE_STATE_RUNNING_VALUE
The pipeline is in progress.
|
static int |
PIPELINE_STATE_SUCCEEDED_VALUE
The pipeline completed successfully.
|
static int |
PIPELINE_STATE_UNSPECIFIED_VALUE
The pipeline state is unspecified.
|
| Modifier and Type | Method and Description |
|---|---|
static PipelineState |
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<PipelineState> |
internalGetValueMap() |
static PipelineState |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static PipelineState |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static PipelineState |
valueOf(String name)
Returns 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.
|
public static final PipelineState PIPELINE_STATE_UNSPECIFIED
The pipeline state is unspecified.
PIPELINE_STATE_UNSPECIFIED = 0;public static final PipelineState PIPELINE_STATE_QUEUED
The pipeline has been created or resumed, and processing has not yet begun.
PIPELINE_STATE_QUEUED = 1;public static final PipelineState PIPELINE_STATE_PENDING
The service is preparing to run the pipeline.
PIPELINE_STATE_PENDING = 2;public static final PipelineState PIPELINE_STATE_RUNNING
The pipeline is in progress.
PIPELINE_STATE_RUNNING = 3;public static final PipelineState PIPELINE_STATE_SUCCEEDED
The pipeline completed successfully.
PIPELINE_STATE_SUCCEEDED = 4;public static final PipelineState PIPELINE_STATE_FAILED
The pipeline failed.
PIPELINE_STATE_FAILED = 5;public static final PipelineState 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;public static final PipelineState PIPELINE_STATE_CANCELLED
The pipeline has been cancelled.
PIPELINE_STATE_CANCELLED = 7;public static final PipelineState PIPELINE_STATE_PAUSED
The pipeline has been stopped, and can be resumed.
PIPELINE_STATE_PAUSED = 8;public static final PipelineState UNRECOGNIZED
public static final int PIPELINE_STATE_UNSPECIFIED_VALUE
The pipeline state is unspecified.
PIPELINE_STATE_UNSPECIFIED = 0;public static final int PIPELINE_STATE_QUEUED_VALUE
The pipeline has been created or resumed, and processing has not yet begun.
PIPELINE_STATE_QUEUED = 1;public static final int PIPELINE_STATE_PENDING_VALUE
The service is preparing to run the pipeline.
PIPELINE_STATE_PENDING = 2;public static final int PIPELINE_STATE_RUNNING_VALUE
The pipeline is in progress.
PIPELINE_STATE_RUNNING = 3;public static final int PIPELINE_STATE_SUCCEEDED_VALUE
The pipeline completed successfully.
PIPELINE_STATE_SUCCEEDED = 4;public static final int PIPELINE_STATE_FAILED_VALUE
The pipeline failed.
PIPELINE_STATE_FAILED = 5;public static final int PIPELINE_STATE_CANCELLING_VALUE
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;public static final int PIPELINE_STATE_CANCELLED_VALUE
The pipeline has been cancelled.
PIPELINE_STATE_CANCELLED = 7;public static final int PIPELINE_STATE_PAUSED_VALUE
The pipeline has been stopped, and can be resumed.
PIPELINE_STATE_PAUSED = 8;public static PipelineState[] values()
for (PipelineState c : PipelineState.values()) System.out.println(c);
public static PipelineState 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 PipelineState valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static PipelineState forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<PipelineState> 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 PipelineState valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2024 Google LLC. All rights reserved.