Interface ClusterSlurmConfig.Builder

  • Method Details

    • nodeType

      ClusterSlurmConfig.Builder nodeType(String nodeType)

      The type of Slurm node for the instance group. Valid values are Controller, Worker, and Login.

      Parameters:
      nodeType - The type of Slurm node for the instance group. Valid values are Controller, Worker, and Login.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • nodeType

      The type of Slurm node for the instance group. Valid values are Controller, Worker, and Login.

      Parameters:
      nodeType - The type of Slurm node for the instance group. Valid values are Controller, Worker, and Login.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • partitionNames

      ClusterSlurmConfig.Builder partitionNames(Collection<String> partitionNames)

      The list of Slurm partition names that the instance group belongs to.

      Parameters:
      partitionNames - The list of Slurm partition names that the instance group belongs to.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • partitionNames

      ClusterSlurmConfig.Builder partitionNames(String... partitionNames)

      The list of Slurm partition names that the instance group belongs to.

      Parameters:
      partitionNames - The list of Slurm partition names that the instance group belongs to.
      Returns:
      Returns a reference to this object so that method calls can be chained together.