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 documentation for the `PipelineFailurePolicy` enum within the Google Cloud AI Platform v1 API for .NET, with the latest version being 3.22.0."],["The `PipelineFailurePolicy` enum determines how a pipeline handles task failures, offering two specific options: `FailFast`, which halts the scheduling of new tasks upon a failure, and `FailSlow`, which allows the pipeline to continue running until no more tasks can be executed."],["The `Unspecified` field within the `PipelineFailurePolicy` enum defaults to `FailSlow` behavior, meaning the pipeline continues to run until no more tasks can be executed."],["The page provides a comprehensive list of all versions, from the current latest to version 1.0.0, offering links to the documentation for the `PipelineFailurePolicy` enum for each version."]]],[]]