Uses of Class
com.google.cloud.aiplatform.v1beta1.PipelineJob.RuntimeConfig.PersistentResourceRuntimeDetail.Builder
Packages that use PipelineJob.RuntimeConfig.PersistentResourceRuntimeDetail.Builder
-
Uses of PipelineJob.RuntimeConfig.PersistentResourceRuntimeDetail.Builder in com.google.cloud.aiplatform.v1beta1
Methods in com.google.cloud.aiplatform.v1beta1 that return PipelineJob.RuntimeConfig.PersistentResourceRuntimeDetail.BuilderModifier and TypeMethodDescriptionPipelineJob.RuntimeConfig.PersistentResourceRuntimeDetail.Builder.clear()PipelineJob.RuntimeConfig.PersistentResourceRuntimeDetail.Builder.clearPersistentResourceName()Persistent resource name.PipelineJob.RuntimeConfig.PersistentResourceRuntimeDetail.Builder.clearTaskResourceUnavailableTimeoutBehavior()Specifies the behavior to take if the timeout is reached.PipelineJob.RuntimeConfig.PersistentResourceRuntimeDetail.Builder.clearTaskResourceUnavailableWaitTimeMs()The max time a pipeline task waits for the required CPU, memory, or accelerator resource to become available from the specified persistent resource.PipelineJob.RuntimeConfig.DefaultRuntime.Builder.getPersistentResourceRuntimeDetailBuilder()Persistent resource based runtime detail.PipelineJob.RuntimeConfig.PersistentResourceRuntimeDetail.Builder.mergeFrom(PipelineJob.RuntimeConfig.PersistentResourceRuntimeDetail other) PipelineJob.RuntimeConfig.PersistentResourceRuntimeDetail.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) PipelineJob.RuntimeConfig.PersistentResourceRuntimeDetail.Builder.mergeFrom(com.google.protobuf.Message other) PipelineJob.RuntimeConfig.PersistentResourceRuntimeDetail.newBuilder()PipelineJob.RuntimeConfig.PersistentResourceRuntimeDetail.newBuilder(PipelineJob.RuntimeConfig.PersistentResourceRuntimeDetail prototype) PipelineJob.RuntimeConfig.PersistentResourceRuntimeDetail.newBuilderForType()PipelineJob.RuntimeConfig.PersistentResourceRuntimeDetail.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) PipelineJob.RuntimeConfig.PersistentResourceRuntimeDetail.Builder.setPersistentResourceName(String value) Persistent resource name.PipelineJob.RuntimeConfig.PersistentResourceRuntimeDetail.Builder.setPersistentResourceNameBytes(com.google.protobuf.ByteString value) Persistent resource name.PipelineJob.RuntimeConfig.PersistentResourceRuntimeDetail.Builder.setTaskResourceUnavailableTimeoutBehavior(PipelineJob.RuntimeConfig.PersistentResourceRuntimeDetail.TaskResourceUnavailableTimeoutBehavior value) Specifies the behavior to take if the timeout is reached.PipelineJob.RuntimeConfig.PersistentResourceRuntimeDetail.Builder.setTaskResourceUnavailableTimeoutBehaviorValue(int value) Specifies the behavior to take if the timeout is reached.PipelineJob.RuntimeConfig.PersistentResourceRuntimeDetail.Builder.setTaskResourceUnavailableWaitTimeMs(long value) The max time a pipeline task waits for the required CPU, memory, or accelerator resource to become available from the specified persistent resource.PipelineJob.RuntimeConfig.PersistentResourceRuntimeDetail.toBuilder()Methods in com.google.cloud.aiplatform.v1beta1 with parameters of type PipelineJob.RuntimeConfig.PersistentResourceRuntimeDetail.BuilderModifier and TypeMethodDescriptionPipelineJob.RuntimeConfig.DefaultRuntime.Builder.setPersistentResourceRuntimeDetail(PipelineJob.RuntimeConfig.PersistentResourceRuntimeDetail.Builder builderForValue) Persistent resource based runtime detail.