Cloud AI Platform v1 API - Enum PipelineState (2.24.0)

public enum PipelineState

Reference documentation and code samples for the Cloud AI Platform v1 API enum PipelineState.

Describes the state of a pipeline.

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Fields

NameDescription
Cancelled

The pipeline has been cancelled.

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.

Failed

The pipeline failed.

Paused

The pipeline has been stopped, and can be resumed.

Pending

The service is preparing to run the pipeline.

Queued

The pipeline has been created or resumed, and processing has not yet begun.

Running

The pipeline is in progress.

Succeeded

The pipeline completed successfully.

Unspecified

The pipeline state is unspecified.