Vertex AI v1beta1 API - Enum PipelineJob.Types.RuntimeConfig.Types.PersistentResourceRuntimeDetail.Types.TaskResourceUnavailableTimeoutBehavior (1.0.0-beta78)

public enum PipelineJob.Types.RuntimeConfig.Types.PersistentResourceRuntimeDetail.Types.TaskResourceUnavailableTimeoutBehavior

Reference documentation and code samples for the Vertex AI v1beta1 API enum PipelineJob.Types.RuntimeConfig.Types.PersistentResourceRuntimeDetail.Types.TaskResourceUnavailableTimeoutBehavior.

An enum that specifies the behavior to take if the timeout is reached.

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

Google.Cloud.AIPlatform.V1Beta1.dll

Fields

Name Description
Fail

Fail the task if the timeout is reached.

FallBackToOnDemand

Fall back to on-demand execution if the timeout is reached.

Unspecified

Unspecified. Behavior is same as FAIL.