Interface WorkerPoolSpecOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    WorkerPoolSpec, WorkerPoolSpec.Builder

    public interface WorkerPoolSpecOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • hasContainerSpec

        boolean hasContainerSpec()
         The custom container task.
         
        .google.cloud.aiplatform.v1.ContainerSpec container_spec = 6;
        Returns:
        Whether the containerSpec field is set.
      • getContainerSpec

        ContainerSpec getContainerSpec()
         The custom container task.
         
        .google.cloud.aiplatform.v1.ContainerSpec container_spec = 6;
        Returns:
        The containerSpec.
      • getContainerSpecOrBuilder

        ContainerSpecOrBuilder getContainerSpecOrBuilder()
         The custom container task.
         
        .google.cloud.aiplatform.v1.ContainerSpec container_spec = 6;
      • hasPythonPackageSpec

        boolean hasPythonPackageSpec()
         The Python packaged task.
         
        .google.cloud.aiplatform.v1.PythonPackageSpec python_package_spec = 7;
        Returns:
        Whether the pythonPackageSpec field is set.
      • getPythonPackageSpec

        PythonPackageSpec getPythonPackageSpec()
         The Python packaged task.
         
        .google.cloud.aiplatform.v1.PythonPackageSpec python_package_spec = 7;
        Returns:
        The pythonPackageSpec.
      • getPythonPackageSpecOrBuilder

        PythonPackageSpecOrBuilder getPythonPackageSpecOrBuilder()
         The Python packaged task.
         
        .google.cloud.aiplatform.v1.PythonPackageSpec python_package_spec = 7;
      • hasMachineSpec

        boolean hasMachineSpec()
         Optional. Immutable. The specification of a single machine.
         
        .google.cloud.aiplatform.v1.MachineSpec machine_spec = 1 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = IMMUTABLE];
        Returns:
        Whether the machineSpec field is set.
      • getMachineSpec

        MachineSpec getMachineSpec()
         Optional. Immutable. The specification of a single machine.
         
        .google.cloud.aiplatform.v1.MachineSpec machine_spec = 1 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = IMMUTABLE];
        Returns:
        The machineSpec.
      • getMachineSpecOrBuilder

        MachineSpecOrBuilder getMachineSpecOrBuilder()
         Optional. Immutable. The specification of a single machine.
         
        .google.cloud.aiplatform.v1.MachineSpec machine_spec = 1 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = IMMUTABLE];
      • getReplicaCount

        long getReplicaCount()
         Optional. The number of worker replicas to use for this worker pool.
         
        int64 replica_count = 2 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        The replicaCount.
      • getNfsMountsList

        List<NfsMount> getNfsMountsList()
         Optional. List of NFS mount spec.
         
        repeated .google.cloud.aiplatform.v1.NfsMount nfs_mounts = 4 [(.google.api.field_behavior) = OPTIONAL];
      • getNfsMounts

        NfsMount getNfsMounts​(int index)
         Optional. List of NFS mount spec.
         
        repeated .google.cloud.aiplatform.v1.NfsMount nfs_mounts = 4 [(.google.api.field_behavior) = OPTIONAL];
      • getNfsMountsCount

        int getNfsMountsCount()
         Optional. List of NFS mount spec.
         
        repeated .google.cloud.aiplatform.v1.NfsMount nfs_mounts = 4 [(.google.api.field_behavior) = OPTIONAL];
      • getNfsMountsOrBuilderList

        List<? extends NfsMountOrBuilder> getNfsMountsOrBuilderList()
         Optional. List of NFS mount spec.
         
        repeated .google.cloud.aiplatform.v1.NfsMount nfs_mounts = 4 [(.google.api.field_behavior) = OPTIONAL];
      • getNfsMountsOrBuilder

        NfsMountOrBuilder getNfsMountsOrBuilder​(int index)
         Optional. List of NFS mount spec.
         
        repeated .google.cloud.aiplatform.v1.NfsMount nfs_mounts = 4 [(.google.api.field_behavior) = OPTIONAL];
      • hasDiskSpec

        boolean hasDiskSpec()
         Disk spec.
         
        .google.cloud.aiplatform.v1.DiskSpec disk_spec = 5;
        Returns:
        Whether the diskSpec field is set.
      • getDiskSpec

        DiskSpec getDiskSpec()
         Disk spec.
         
        .google.cloud.aiplatform.v1.DiskSpec disk_spec = 5;
        Returns:
        The diskSpec.
      • getDiskSpecOrBuilder

        DiskSpecOrBuilder getDiskSpecOrBuilder()
         Disk spec.
         
        .google.cloud.aiplatform.v1.DiskSpec disk_spec = 5;