Vertex AI V1 API - Module Google::Cloud::AIPlatform::V1::PipelineFailurePolicy (v1.40.0)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Vertex AI V1 API module Google::Cloud::AIPlatform::V1::PipelineFailurePolicy.
Represents the failure policy of a pipeline. Currently, the default of a
pipeline is that the pipeline will continue to run until no more tasks can be
executed, also known as PIPELINE_FAILURE_POLICY_FAIL_SLOW. However, if a
pipeline is set to PIPELINE_FAILURE_POLICY_FAIL_FAST, it will stop scheduling
any new tasks when a task has failed. Any scheduled tasks will continue to
completion.
Constants
PIPELINE_FAILURE_POLICY_UNSPECIFIED
value: 0 Default value, and follows fail slow behavior.
PIPELINE_FAILURE_POLICY_FAIL_SLOW
value: 1 Indicates that the pipeline should continue to run until all possible
tasks have been scheduled and completed.
PIPELINE_FAILURE_POLICY_FAIL_FAST
value: 2 Indicates that the pipeline should stop scheduling new tasks after a task
has failed.
[[["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 2026-04-03 UTC."],[],[]]