Enum PipelineJob.RuntimeConfig.PersistentResourceRuntimeDetail.TaskResourceUnavailableTimeoutBehavior (3.54.0)

public enum PipelineJob.RuntimeConfig.PersistentResourceRuntimeDetail.TaskResourceUnavailableTimeoutBehavior extends Enum<PipelineJob.RuntimeConfig.PersistentResourceRuntimeDetail.TaskResourceUnavailableTimeoutBehavior> implements ProtocolMessageEnum

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

Protobuf enum google.cloud.aiplatform.v1beta1.PipelineJob.RuntimeConfig.PersistentResourceRuntimeDetail.TaskResourceUnavailableTimeoutBehavior

Implements

ProtocolMessageEnum

Static Fields

Name Description
FAIL

Fail the task if the timeout is reached.

FAIL = 1;

FAIL_VALUE

Fail the task if the timeout is reached.

FAIL = 1;

FALL_BACK_TO_ON_DEMAND

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

FALL_BACK_TO_ON_DEMAND = 2;

FALL_BACK_TO_ON_DEMAND_VALUE

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

FALL_BACK_TO_ON_DEMAND = 2;

TASK_RESOURCE_UNAVAILABLE_TIMEOUT_BEHAVIOR_UNSPECIFIED

Unspecified. Behavior is same as FAIL.

TASK_RESOURCE_UNAVAILABLE_TIMEOUT_BEHAVIOR_UNSPECIFIED = 0;

TASK_RESOURCE_UNAVAILABLE_TIMEOUT_BEHAVIOR_UNSPECIFIED_VALUE

Unspecified. Behavior is same as FAIL.

TASK_RESOURCE_UNAVAILABLE_TIMEOUT_BEHAVIOR_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()