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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The `PipelineState` enum in the Vertex AI v1beta1 API describes the various states a pipeline can be in, such as `Pending`, `Running`, `Succeeded`, or `Failed`."],["The latest version of the `PipelineState` enum is `1.0.0-beta21`, as found within the namespace `Google.Cloud.AIPlatform.V1Beta1` in the `Google.Cloud.AIPlatform.V1Beta1.dll` assembly."],["Pipeline states can include `Cancelling` and `Cancelled` to represent a pipeline that is being or has been stopped, respectively, or `Paused` to represent a stopped pipeline that can be restarted."],["There are other possible states like `Queued` where a pipeline has yet to start processing, and `Unspecified` where the state is unknown."]]],[]]