Uses of Class
com.google.cloud.aiplatform.v1.PersistentDiskSpec.Builder
Packages that use PersistentDiskSpec.Builder
-
Uses of PersistentDiskSpec.Builder in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return PersistentDiskSpec.BuilderModifier and TypeMethodDescriptionPersistentDiskSpec.Builder.clear()PersistentDiskSpec.Builder.clearDiskSizeGb()Size in GB of the disk (default is 100GB).PersistentDiskSpec.Builder.clearDiskType()Type of the disk (default is "pd-standard").NotebookRuntime.Builder.getDataPersistentDiskSpecBuilder()Output only.NotebookRuntimeTemplate.Builder.getDataPersistentDiskSpecBuilder()Optional.NotebookExecutionJob.CustomEnvironmentSpec.Builder.getPersistentDiskSpecBuilder()The specification of a persistent disk to attach for the execution job.PersistentDiskSpec.Builder.mergeFrom(PersistentDiskSpec other) PersistentDiskSpec.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) PersistentDiskSpec.Builder.mergeFrom(com.google.protobuf.Message other) static PersistentDiskSpec.BuilderPersistentDiskSpec.newBuilder()static PersistentDiskSpec.BuilderPersistentDiskSpec.newBuilder(PersistentDiskSpec prototype) PersistentDiskSpec.newBuilderForType()protected PersistentDiskSpec.BuilderPersistentDiskSpec.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) PersistentDiskSpec.Builder.setDiskSizeGb(long value) Size in GB of the disk (default is 100GB).PersistentDiskSpec.Builder.setDiskType(String value) Type of the disk (default is "pd-standard").PersistentDiskSpec.Builder.setDiskTypeBytes(com.google.protobuf.ByteString value) Type of the disk (default is "pd-standard").PersistentDiskSpec.toBuilder()Methods in com.google.cloud.aiplatform.v1 with parameters of type PersistentDiskSpec.BuilderModifier and TypeMethodDescriptionNotebookRuntime.Builder.setDataPersistentDiskSpec(PersistentDiskSpec.Builder builderForValue) Output only.NotebookRuntimeTemplate.Builder.setDataPersistentDiskSpec(PersistentDiskSpec.Builder builderForValue) Optional.NotebookExecutionJob.CustomEnvironmentSpec.Builder.setPersistentDiskSpec(PersistentDiskSpec.Builder builderForValue) The specification of a persistent disk to attach for the execution job.