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 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;