Reference documentation and code samples for the Cloud AI Platform 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-03-10 UTC."],[[["This webpage provides a comprehensive list of versions for the `PipelineFailurePolicy` enum, ranging from the latest version 3.22.0 down to version 1.0.0."],["The `PipelineFailurePolicy` enum, part of the Google Cloud AI Platform v1 API, defines how a pipeline should handle task failures."],["There are three defined states within this `PipelineFailurePolicy` enum: `FailFast`, `FailSlow`, and `Unspecified`, which determines if a pipeline continues running after a failure."],["The `FailFast` policy stops scheduling new tasks when a task fails, while the `FailSlow` policy continues until all tasks are scheduled, and the `Unspecified` setting defaults to `FailSlow`."],["The assembly for these versions of the `PipelineFailurePolicy` is `Google.Cloud.AIPlatform.V1.dll`, and the namespace is `Google.Cloud.AIPlatform.V1`."]]],[]]