Send feedback
Enum PipelineState (2.0.0)
public enum PipelineState
Describes the state of a pipeline.
Namespace
Google.Cloud.AIPlatform.V1
Assembly
Google.Cloud.AIPlatform.V1.dll
Fields
Name Description 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.
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2022-06-08 UTC.
[{
"type": "thumb-down",
"id": "hardToUnderstand",
"label":"Hard to understand"
},{
"type": "thumb-down",
"id": "incorrectInformationOrSampleCode",
"label":"Incorrect information or sample code"
},{
"type": "thumb-down",
"id": "missingTheInformationSamplesINeed",
"label":"Missing the information/samples I need"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"Other"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"Easy to understand"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"Solved my problem"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"Other"
}]
Need to tell us more?