public static final class NotebookExecutionJob.CustomEnvironmentSpec.Builder extends GeneratedMessageV3.Builder<NotebookExecutionJob.CustomEnvironmentSpec.Builder> implements NotebookExecutionJob.CustomEnvironmentSpecOrBuilder
Compute configuration to use for an execution job.
Protobuf type
google.cloud.aiplatform.v1beta1.NotebookExecutionJob.CustomEnvironmentSpec
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
public static final Descriptors.Descriptor getDescriptor()
Methods
public NotebookExecutionJob.CustomEnvironmentSpec.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
public NotebookExecutionJob.CustomEnvironmentSpec build()
public NotebookExecutionJob.CustomEnvironmentSpec buildPartial()
public NotebookExecutionJob.CustomEnvironmentSpec.Builder clear()
Overrides
public NotebookExecutionJob.CustomEnvironmentSpec.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
public NotebookExecutionJob.CustomEnvironmentSpec.Builder clearMachineSpec()
The specification of a single machine for the execution job.
.google.cloud.aiplatform.v1beta1.MachineSpec machine_spec = 1;
public NotebookExecutionJob.CustomEnvironmentSpec.Builder clearNetworkSpec()
The network configuration to use for the execution job.
.google.cloud.aiplatform.v1beta1.NetworkSpec network_spec = 3;
public NotebookExecutionJob.CustomEnvironmentSpec.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
public NotebookExecutionJob.CustomEnvironmentSpec.Builder clearPersistentDiskSpec()
The specification of a persistent disk to attach for the execution job.
.google.cloud.aiplatform.v1beta1.PersistentDiskSpec persistent_disk_spec = 2;
public NotebookExecutionJob.CustomEnvironmentSpec.Builder clone()
Overrides
public NotebookExecutionJob.CustomEnvironmentSpec getDefaultInstanceForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
public MachineSpec getMachineSpec()
The specification of a single machine for the execution job.
.google.cloud.aiplatform.v1beta1.MachineSpec machine_spec = 1;
public MachineSpec.Builder getMachineSpecBuilder()
The specification of a single machine for the execution job.
.google.cloud.aiplatform.v1beta1.MachineSpec machine_spec = 1;
public MachineSpecOrBuilder getMachineSpecOrBuilder()
The specification of a single machine for the execution job.
.google.cloud.aiplatform.v1beta1.MachineSpec machine_spec = 1;
public NetworkSpec getNetworkSpec()
The network configuration to use for the execution job.
.google.cloud.aiplatform.v1beta1.NetworkSpec network_spec = 3;
public NetworkSpec.Builder getNetworkSpecBuilder()
The network configuration to use for the execution job.
.google.cloud.aiplatform.v1beta1.NetworkSpec network_spec = 3;
public NetworkSpecOrBuilder getNetworkSpecOrBuilder()
The network configuration to use for the execution job.
.google.cloud.aiplatform.v1beta1.NetworkSpec network_spec = 3;
public PersistentDiskSpec getPersistentDiskSpec()
The specification of a persistent disk to attach for the execution job.
.google.cloud.aiplatform.v1beta1.PersistentDiskSpec persistent_disk_spec = 2;
public PersistentDiskSpec.Builder getPersistentDiskSpecBuilder()
The specification of a persistent disk to attach for the execution job.
.google.cloud.aiplatform.v1beta1.PersistentDiskSpec persistent_disk_spec = 2;
public PersistentDiskSpecOrBuilder getPersistentDiskSpecOrBuilder()
The specification of a persistent disk to attach for the execution job.
.google.cloud.aiplatform.v1beta1.PersistentDiskSpec persistent_disk_spec = 2;
public boolean hasMachineSpec()
The specification of a single machine for the execution job.
.google.cloud.aiplatform.v1beta1.MachineSpec machine_spec = 1;
Returns |
Type |
Description |
boolean |
Whether the machineSpec field is set.
|
public boolean hasNetworkSpec()
The network configuration to use for the execution job.
.google.cloud.aiplatform.v1beta1.NetworkSpec network_spec = 3;
Returns |
Type |
Description |
boolean |
Whether the networkSpec field is set.
|
public boolean hasPersistentDiskSpec()
The specification of a persistent disk to attach for the execution job.
.google.cloud.aiplatform.v1beta1.PersistentDiskSpec persistent_disk_spec = 2;
Returns |
Type |
Description |
boolean |
Whether the persistentDiskSpec field is set.
|
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
public NotebookExecutionJob.CustomEnvironmentSpec.Builder mergeFrom(NotebookExecutionJob.CustomEnvironmentSpec other)
public NotebookExecutionJob.CustomEnvironmentSpec.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
public NotebookExecutionJob.CustomEnvironmentSpec.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
public NotebookExecutionJob.CustomEnvironmentSpec.Builder mergeMachineSpec(MachineSpec value)
The specification of a single machine for the execution job.
.google.cloud.aiplatform.v1beta1.MachineSpec machine_spec = 1;
public NotebookExecutionJob.CustomEnvironmentSpec.Builder mergeNetworkSpec(NetworkSpec value)
The network configuration to use for the execution job.
.google.cloud.aiplatform.v1beta1.NetworkSpec network_spec = 3;
public NotebookExecutionJob.CustomEnvironmentSpec.Builder mergePersistentDiskSpec(PersistentDiskSpec value)
The specification of a persistent disk to attach for the execution job.
.google.cloud.aiplatform.v1beta1.PersistentDiskSpec persistent_disk_spec = 2;
public final NotebookExecutionJob.CustomEnvironmentSpec.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
public NotebookExecutionJob.CustomEnvironmentSpec.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
public NotebookExecutionJob.CustomEnvironmentSpec.Builder setMachineSpec(MachineSpec value)
The specification of a single machine for the execution job.
.google.cloud.aiplatform.v1beta1.MachineSpec machine_spec = 1;
public NotebookExecutionJob.CustomEnvironmentSpec.Builder setMachineSpec(MachineSpec.Builder builderForValue)
The specification of a single machine for the execution job.
.google.cloud.aiplatform.v1beta1.MachineSpec machine_spec = 1;
public NotebookExecutionJob.CustomEnvironmentSpec.Builder setNetworkSpec(NetworkSpec value)
The network configuration to use for the execution job.
.google.cloud.aiplatform.v1beta1.NetworkSpec network_spec = 3;
public NotebookExecutionJob.CustomEnvironmentSpec.Builder setNetworkSpec(NetworkSpec.Builder builderForValue)
The network configuration to use for the execution job.
.google.cloud.aiplatform.v1beta1.NetworkSpec network_spec = 3;
public NotebookExecutionJob.CustomEnvironmentSpec.Builder setPersistentDiskSpec(PersistentDiskSpec value)
The specification of a persistent disk to attach for the execution job.
.google.cloud.aiplatform.v1beta1.PersistentDiskSpec persistent_disk_spec = 2;
public NotebookExecutionJob.CustomEnvironmentSpec.Builder setPersistentDiskSpec(PersistentDiskSpec.Builder builderForValue)
The specification of a persistent disk to attach for the execution job.
.google.cloud.aiplatform.v1beta1.PersistentDiskSpec persistent_disk_spec = 2;
public NotebookExecutionJob.CustomEnvironmentSpec.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
public final NotebookExecutionJob.CustomEnvironmentSpec.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides