Reference documentation and code samples for the Vertex AI v1beta1 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-03-21 UTC."],[[["This documentation describes the `PipelineFailurePolicy` enum for the Vertex AI v1beta1 API, used to define how a pipeline should handle task failures."],["The `FailFast` policy stops the pipeline from scheduling new tasks after a failure, while allowing already scheduled tasks to finish."],["The `FailSlow` policy allows the pipeline to continue running and scheduling tasks until no more tasks can be executed, even if some tasks fail."],["The `Unspecified` field represents the default behavior, which is equivalent to `FailSlow`."],["The enum is part of the `Google.Cloud.AIPlatform.V1Beta1` namespace, within the `Google.Cloud.AIPlatform.V1Beta1.dll` assembly."]]],[]]