Uses of Class
com.google.cloud.aiplatform.v1.NotebookExecutionJob.CustomEnvironmentSpec.Builder
Packages that use NotebookExecutionJob.CustomEnvironmentSpec.Builder
-
Uses of NotebookExecutionJob.CustomEnvironmentSpec.Builder in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return NotebookExecutionJob.CustomEnvironmentSpec.BuilderModifier and TypeMethodDescriptionNotebookExecutionJob.CustomEnvironmentSpec.Builder.clear()NotebookExecutionJob.CustomEnvironmentSpec.Builder.clearMachineSpec()The specification of a single machine for the execution job.NotebookExecutionJob.CustomEnvironmentSpec.Builder.clearNetworkSpec()The network configuration to use for the execution job.NotebookExecutionJob.CustomEnvironmentSpec.Builder.clearPersistentDiskSpec()The specification of a persistent disk to attach for the execution job.NotebookExecutionJob.Builder.getCustomEnvironmentSpecBuilder()The custom compute configuration for an execution job.NotebookExecutionJob.CustomEnvironmentSpec.Builder.mergeFrom(NotebookExecutionJob.CustomEnvironmentSpec other) NotebookExecutionJob.CustomEnvironmentSpec.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) NotebookExecutionJob.CustomEnvironmentSpec.Builder.mergeFrom(com.google.protobuf.Message other) NotebookExecutionJob.CustomEnvironmentSpec.Builder.mergeMachineSpec(MachineSpec value) The specification of a single machine for the execution job.NotebookExecutionJob.CustomEnvironmentSpec.Builder.mergeNetworkSpec(NetworkSpec value) The network configuration to use for the execution job.NotebookExecutionJob.CustomEnvironmentSpec.Builder.mergePersistentDiskSpec(PersistentDiskSpec value) The specification of a persistent disk to attach for the execution job.NotebookExecutionJob.CustomEnvironmentSpec.newBuilder()NotebookExecutionJob.CustomEnvironmentSpec.newBuilder(NotebookExecutionJob.CustomEnvironmentSpec prototype) NotebookExecutionJob.CustomEnvironmentSpec.newBuilderForType()NotebookExecutionJob.CustomEnvironmentSpec.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) NotebookExecutionJob.CustomEnvironmentSpec.Builder.setMachineSpec(MachineSpec value) The specification of a single machine for the execution job.NotebookExecutionJob.CustomEnvironmentSpec.Builder.setMachineSpec(MachineSpec.Builder builderForValue) The specification of a single machine for the execution job.NotebookExecutionJob.CustomEnvironmentSpec.Builder.setNetworkSpec(NetworkSpec value) The network configuration to use for the execution job.NotebookExecutionJob.CustomEnvironmentSpec.Builder.setNetworkSpec(NetworkSpec.Builder builderForValue) The network configuration to use for the execution job.NotebookExecutionJob.CustomEnvironmentSpec.Builder.setPersistentDiskSpec(PersistentDiskSpec value) The specification of a persistent disk to attach for the execution job.NotebookExecutionJob.CustomEnvironmentSpec.Builder.setPersistentDiskSpec(PersistentDiskSpec.Builder builderForValue) The specification of a persistent disk to attach for the execution job.NotebookExecutionJob.CustomEnvironmentSpec.toBuilder()Methods in com.google.cloud.aiplatform.v1 with parameters of type NotebookExecutionJob.CustomEnvironmentSpec.BuilderModifier and TypeMethodDescriptionNotebookExecutionJob.Builder.setCustomEnvironmentSpec(NotebookExecutionJob.CustomEnvironmentSpec.Builder builderForValue) The custom compute configuration for an execution job.