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"]],[["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-04-08 UTC."],[[["This webpage provides a comprehensive list of versions for the `PipelineFailurePolicy` enum, ranging from version 3.22.0 down to 1.0.0, with the latest version being 3.22.0."],["The `PipelineFailurePolicy` enum within the Vertex AI v1 API controls whether a pipeline continues to run after a task failure or stops scheduling new tasks."],["The `FailFast` field of the `PipelineFailurePolicy` enum indicates that the pipeline should stop scheduling new tasks if one fails, while scheduled tasks will still run to completion."],["The `FailSlow` and `Unspecified` fields of the `PipelineFailurePolicy` enum indicate that the pipeline should continue running until all possible tasks have been scheduled and completed, which is also the default behaviour."],["The `PipelineFailurePolicy` enum is part of the `Google.Cloud.AIPlatform.V1` namespace, as found in the `Google.Cloud.AIPlatform.V1.dll` assembly."]]],[]]