Vertex AI V1 API - Module Google::Cloud::AIPlatform::V1::PipelineState (v0.3.0)
Reference documentation and code samples for the Vertex AI V1 API module Google::Cloud::AIPlatform::V1::PipelineState.
Describes the state of a pipeline.
Constants
PIPELINE_STATE_UNSPECIFIED
value: 0 The pipeline state is unspecified.
PIPELINE_STATE_QUEUED
value: 1 The pipeline has been created or resumed, and processing has not yet
begun.
PIPELINE_STATE_PENDING
value: 2 The service is preparing to run the pipeline.
PIPELINE_STATE_RUNNING
value: 3 The pipeline is in progress.
PIPELINE_STATE_SUCCEEDED
value: 4 The pipeline completed successfully.
PIPELINE_STATE_FAILED
value: 5 The pipeline failed.
PIPELINE_STATE_CANCELLING
value: 6 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_CANCELLED
value: 7 The pipeline has been cancelled.
PIPELINE_STATE_PAUSED
value: 8 The pipeline has been stopped, and can be resumed.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-04-03 UTC."],[],[]]