Google Cloud Ai Platform V1 Client - Class PipelineFailurePolicy (0.30.0)

Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class 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.

Protobuf type google.cloud.aiplatform.v1.PipelineFailurePolicy

Namespace

Google \ Cloud \ AIPlatform \ V1

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

PIPELINE_FAILURE_POLICY_UNSPECIFIED

Value: 0

Default value, and follows fail slow behavior.

Generated from protobuf enum PIPELINE_FAILURE_POLICY_UNSPECIFIED = 0;

PIPELINE_FAILURE_POLICY_FAIL_SLOW

Value: 1

Indicates that the pipeline should continue to run until all possible tasks have been scheduled and completed.

Generated from protobuf enum PIPELINE_FAILURE_POLICY_FAIL_SLOW = 1;

PIPELINE_FAILURE_POLICY_FAIL_FAST

Value: 2

Indicates that the pipeline should stop scheduling new tasks after a task has failed.

Generated from protobuf enum PIPELINE_FAILURE_POLICY_FAIL_FAST = 2;

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月08日 UTC.