Interface ClusterInstanceRequirements.Builder

  • Method Details

    • instanceTypesWithStrings

      ClusterInstanceRequirements.Builder instanceTypesWithStrings(Collection<String> instanceTypes)

      The list of instance types that the instance group can use. The order of instance types determines the priority—HyperPod attempts to provision instances using the first instance type in the list and falls back to subsequent types if capacity is unavailable.

      Parameters:
      instanceTypes - The list of instance types that the instance group can use. The order of instance types determines the priority—HyperPod attempts to provision instances using the first instance type in the list and falls back to subsequent types if capacity is unavailable.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • instanceTypesWithStrings

      ClusterInstanceRequirements.Builder instanceTypesWithStrings(String... instanceTypes)

      The list of instance types that the instance group can use. The order of instance types determines the priority—HyperPod attempts to provision instances using the first instance type in the list and falls back to subsequent types if capacity is unavailable.

      Parameters:
      instanceTypes - The list of instance types that the instance group can use. The order of instance types determines the priority—HyperPod attempts to provision instances using the first instance type in the list and falls back to subsequent types if capacity is unavailable.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • instanceTypes

      The list of instance types that the instance group can use. The order of instance types determines the priority—HyperPod attempts to provision instances using the first instance type in the list and falls back to subsequent types if capacity is unavailable.

      Parameters:
      instanceTypes - The list of instance types that the instance group can use. The order of instance types determines the priority—HyperPod attempts to provision instances using the first instance type in the list and falls back to subsequent types if capacity is unavailable.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • instanceTypes

      The list of instance types that the instance group can use. The order of instance types determines the priority—HyperPod attempts to provision instances using the first instance type in the list and falls back to subsequent types if capacity is unavailable.

      Parameters:
      instanceTypes - The list of instance types that the instance group can use. The order of instance types determines the priority—HyperPod attempts to provision instances using the first instance type in the list and falls back to subsequent types if capacity is unavailable.
      Returns:
      Returns a reference to this object so that method calls can be chained together.