public static interface PipelineJob.RuntimeConfig.PersistentResourceRuntimeDetailOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getPersistentResourceName()
Persistent resource name.
|
com.google.protobuf.ByteString |
getPersistentResourceNameBytes()
Persistent resource name.
|
PipelineJob.RuntimeConfig.PersistentResourceRuntimeDetail.TaskResourceUnavailableTimeoutBehavior |
getTaskResourceUnavailableTimeoutBehavior()
Specifies the behavior to take if the timeout is reached.
|
int |
getTaskResourceUnavailableTimeoutBehaviorValue()
Specifies the behavior to take if the timeout is reached.
|
long |
getTaskResourceUnavailableWaitTimeMs()
The max time a pipeline task waits for the required CPU, memory, or
accelerator resource to become available from the specified persistent
resource.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getPersistentResourceName()
Persistent resource name.
Format:
`projects/{project}/locations/{location}/persistentResources/{persistent_resource}`
string persistent_resource_name = 1;com.google.protobuf.ByteString getPersistentResourceNameBytes()
Persistent resource name.
Format:
`projects/{project}/locations/{location}/persistentResources/{persistent_resource}`
string persistent_resource_name = 1;long getTaskResourceUnavailableWaitTimeMs()
The max time a pipeline task waits for the required CPU, memory, or accelerator resource to become available from the specified persistent resource. Default wait time is 0.
int64 task_resource_unavailable_wait_time_ms = 2;int getTaskResourceUnavailableTimeoutBehaviorValue()
Specifies the behavior to take if the timeout is reached.
.google.cloud.aiplatform.v1beta1.PipelineJob.RuntimeConfig.PersistentResourceRuntimeDetail.TaskResourceUnavailableTimeoutBehavior task_resource_unavailable_timeout_behavior = 3;
PipelineJob.RuntimeConfig.PersistentResourceRuntimeDetail.TaskResourceUnavailableTimeoutBehavior getTaskResourceUnavailableTimeoutBehavior()
Specifies the behavior to take if the timeout is reached.
.google.cloud.aiplatform.v1beta1.PipelineJob.RuntimeConfig.PersistentResourceRuntimeDetail.TaskResourceUnavailableTimeoutBehavior task_resource_unavailable_timeout_behavior = 3;
Copyright © 2024 Google LLC. All rights reserved.