Reference documentation and code samples for the Vertex AI v1 API enum 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.
[[["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 2025-08-20 UTC."],[[["\u003cp\u003eThis webpage provides reference documentation for the \u003ccode\u003ePipelineFailurePolicy\u003c/code\u003e enum within the Google.Cloud.AIPlatform.V1 namespace, detailing different pipeline failure behaviors.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of the documentation is for version 3.22.0, with a comprehensive list of historical versions from 3.21.0 all the way back to 1.0.0 available for reference.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ePipelineFailurePolicy\u003c/code\u003e enum supports three field options, \u003ccode\u003eFailFast\u003c/code\u003e, \u003ccode\u003eFailSlow\u003c/code\u003e, and \u003ccode\u003eUnspecified\u003c/code\u003e, each dictating how a pipeline should behave when a task fails.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eFailFast\u003c/code\u003e will stop scheduling new tasks upon a failure, \u003ccode\u003eFailSlow\u003c/code\u003e will continue to run until no more tasks can be executed, and \u003ccode\u003eUnspecified\u003c/code\u003e defaults to \u003ccode\u003eFailSlow\u003c/code\u003e behavior.\u003c/p\u003e\n"]]],[],null,[]]