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-21 UTC."],[[["This page provides versioned documentation for the `PipelineFailurePolicy` enum within the `Google.Cloud.AIPlatform.V1` namespace, with the most recent version being 3.22.0."],["The `PipelineFailurePolicy` enum defines how a pipeline should behave upon task failure, offering `FailFast` (stop scheduling new tasks) and `FailSlow` (continue running until no more tasks can be executed) options."],["There are numerous versions of this documentation available, ranging from version 1.0.0 up to 3.22.0, for accessing prior versions of this enum's documentation."],["The default behavior for `PipelineFailurePolicy`, indicated by `Unspecified`, is `FailSlow`, meaning pipelines will continue until no further tasks can run."]]],[]]