Package com.google.cloud.aiplatform.v1
Interface NotebookExecutionJob.CustomEnvironmentSpecOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
NotebookExecutionJob.CustomEnvironmentSpec,NotebookExecutionJob.CustomEnvironmentSpec.Builder
- Enclosing class:
- NotebookExecutionJob
public static interface NotebookExecutionJob.CustomEnvironmentSpecOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe specification of a single machine for the execution job.The specification of a single machine for the execution job.The network configuration to use for the execution job.The network configuration to use for the execution job.The specification of a persistent disk to attach for the execution job.The specification of a persistent disk to attach for the execution job.booleanThe specification of a single machine for the execution job.booleanThe network configuration to use for the execution job.booleanThe specification of a persistent disk to attach for the execution job.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasMachineSpec
boolean hasMachineSpec()The specification of a single machine for the execution job.
.google.cloud.aiplatform.v1.MachineSpec machine_spec = 1;- Returns:
- Whether the machineSpec field is set.
-
getMachineSpec
MachineSpec getMachineSpec()The specification of a single machine for the execution job.
.google.cloud.aiplatform.v1.MachineSpec machine_spec = 1;- Returns:
- The machineSpec.
-
getMachineSpecOrBuilder
MachineSpecOrBuilder getMachineSpecOrBuilder()The specification of a single machine for the execution job.
.google.cloud.aiplatform.v1.MachineSpec machine_spec = 1; -
hasPersistentDiskSpec
boolean hasPersistentDiskSpec()The specification of a persistent disk to attach for the execution job.
.google.cloud.aiplatform.v1.PersistentDiskSpec persistent_disk_spec = 2;- Returns:
- Whether the persistentDiskSpec field is set.
-
getPersistentDiskSpec
PersistentDiskSpec getPersistentDiskSpec()The specification of a persistent disk to attach for the execution job.
.google.cloud.aiplatform.v1.PersistentDiskSpec persistent_disk_spec = 2;- Returns:
- The persistentDiskSpec.
-
getPersistentDiskSpecOrBuilder
PersistentDiskSpecOrBuilder getPersistentDiskSpecOrBuilder()The specification of a persistent disk to attach for the execution job.
.google.cloud.aiplatform.v1.PersistentDiskSpec persistent_disk_spec = 2; -
hasNetworkSpec
boolean hasNetworkSpec()The network configuration to use for the execution job.
.google.cloud.aiplatform.v1.NetworkSpec network_spec = 3;- Returns:
- Whether the networkSpec field is set.
-
getNetworkSpec
NetworkSpec getNetworkSpec()The network configuration to use for the execution job.
.google.cloud.aiplatform.v1.NetworkSpec network_spec = 3;- Returns:
- The networkSpec.
-
getNetworkSpecOrBuilder
NetworkSpecOrBuilder getNetworkSpecOrBuilder()The network configuration to use for the execution job.
.google.cloud.aiplatform.v1.NetworkSpec network_spec = 3;
-