public static interface NotebookExecutionJob.CustomEnvironmentSpecOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getMachineSpec()
public abstract MachineSpec getMachineSpec()
The specification of a single machine for the execution job.
.google.cloud.aiplatform.v1.MachineSpec machine_spec = 1;
Returns | |
---|---|
Type | Description |
MachineSpec |
The machineSpec. |
getMachineSpecOrBuilder()
public abstract MachineSpecOrBuilder getMachineSpecOrBuilder()
The specification of a single machine for the execution job.
.google.cloud.aiplatform.v1.MachineSpec machine_spec = 1;
Returns | |
---|---|
Type | Description |
MachineSpecOrBuilder |
getNetworkSpec()
public abstract NetworkSpec getNetworkSpec()
The network configuration to use for the execution job.
.google.cloud.aiplatform.v1.NetworkSpec network_spec = 3;
Returns | |
---|---|
Type | Description |
NetworkSpec |
The networkSpec. |
getNetworkSpecOrBuilder()
public abstract NetworkSpecOrBuilder getNetworkSpecOrBuilder()
The network configuration to use for the execution job.
.google.cloud.aiplatform.v1.NetworkSpec network_spec = 3;
Returns | |
---|---|
Type | Description |
NetworkSpecOrBuilder |
getPersistentDiskSpec()
public abstract PersistentDiskSpec getPersistentDiskSpec()
The specification of a persistent disk to attach for the execution job.
.google.cloud.aiplatform.v1.PersistentDiskSpec persistent_disk_spec = 2;
Returns | |
---|---|
Type | Description |
PersistentDiskSpec |
The persistentDiskSpec. |
getPersistentDiskSpecOrBuilder()
public abstract PersistentDiskSpecOrBuilder getPersistentDiskSpecOrBuilder()
The specification of a persistent disk to attach for the execution job.
.google.cloud.aiplatform.v1.PersistentDiskSpec persistent_disk_spec = 2;
Returns | |
---|---|
Type | Description |
PersistentDiskSpecOrBuilder |
hasMachineSpec()
public abstract boolean hasMachineSpec()
The specification of a single machine for the execution job.
.google.cloud.aiplatform.v1.MachineSpec machine_spec = 1;
Returns | |
---|---|
Type | Description |
boolean |
Whether the machineSpec field is set. |
hasNetworkSpec()
public abstract boolean hasNetworkSpec()
The network configuration to use for the execution job.
.google.cloud.aiplatform.v1.NetworkSpec network_spec = 3;
Returns | |
---|---|
Type | Description |
boolean |
Whether the networkSpec field is set. |
hasPersistentDiskSpec()
public abstract boolean hasPersistentDiskSpec()
The specification of a persistent disk to attach for the execution job.
.google.cloud.aiplatform.v1.PersistentDiskSpec persistent_disk_spec = 2;
Returns | |
---|---|
Type | Description |
boolean |
Whether the persistentDiskSpec field is set. |