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
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
FAIL |
Fail the task if the timeout is reached. |
FAIL_VALUE |
Fail the task if the timeout is reached. |
FALL_BACK_TO_ON_DEMAND |
Fall back to on-demand execution if the timeout is reached. |
FALL_BACK_TO_ON_DEMAND_VALUE |
Fall back to on-demand execution if the timeout is reached. |
TASK_RESOURCE_UNAVAILABLE_TIMEOUT_BEHAVIOR_UNSPECIFIED |
Unspecified. Behavior is same as |
TASK_RESOURCE_UNAVAILABLE_TIMEOUT_BEHAVIOR_UNSPECIFIED_VALUE |
Unspecified. Behavior is same as |
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() |