public static interface NotebookExecutionJob.CustomEnvironmentSpecOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
MachineSpec |
getMachineSpec()
The specification of a single machine for the execution job.
|
MachineSpecOrBuilder |
getMachineSpecOrBuilder()
The specification of a single machine for the execution job.
|
NetworkSpec |
getNetworkSpec()
The network configuration to use for the execution job.
|
NetworkSpecOrBuilder |
getNetworkSpecOrBuilder()
The network configuration to use for the execution job.
|
PersistentDiskSpec |
getPersistentDiskSpec()
The specification of a persistent disk to attach for the execution job.
|
PersistentDiskSpecOrBuilder |
getPersistentDiskSpecOrBuilder()
The specification of a persistent disk to attach for the execution job.
|
boolean |
hasMachineSpec()
The specification of a single machine for the execution job.
|
boolean |
hasNetworkSpec()
The network configuration to use for the execution job.
|
boolean |
hasPersistentDiskSpec()
The specification of a persistent disk to attach for the execution job.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasMachineSpec()
The specification of a single machine for the execution job.
.google.cloud.aiplatform.v1.MachineSpec machine_spec = 1;MachineSpec getMachineSpec()
The specification of a single machine for the execution job.
.google.cloud.aiplatform.v1.MachineSpec machine_spec = 1;MachineSpecOrBuilder getMachineSpecOrBuilder()
The specification of a single machine for the execution job.
.google.cloud.aiplatform.v1.MachineSpec machine_spec = 1;boolean hasPersistentDiskSpec()
The specification of a persistent disk to attach for the execution job.
.google.cloud.aiplatform.v1.PersistentDiskSpec persistent_disk_spec = 2;PersistentDiskSpec getPersistentDiskSpec()
The specification of a persistent disk to attach for the execution job.
.google.cloud.aiplatform.v1.PersistentDiskSpec persistent_disk_spec = 2;PersistentDiskSpecOrBuilder getPersistentDiskSpecOrBuilder()
The specification of a persistent disk to attach for the execution job.
.google.cloud.aiplatform.v1.PersistentDiskSpec persistent_disk_spec = 2;boolean hasNetworkSpec()
The network configuration to use for the execution job.
.google.cloud.aiplatform.v1.NetworkSpec network_spec = 3;NetworkSpec getNetworkSpec()
The network configuration to use for the execution job.
.google.cloud.aiplatform.v1.NetworkSpec network_spec = 3;NetworkSpecOrBuilder getNetworkSpecOrBuilder()
The network configuration to use for the execution job.
.google.cloud.aiplatform.v1.NetworkSpec network_spec = 3;Copyright © 2025 Google LLC. All rights reserved.