Interface PlacementSpecification.Builder

  • Method Details

    • ultraServerId

      PlacementSpecification.Builder ultraServerId(String ultraServerId)

      The unique identifier of the UltraServer where instances should be placed.

      Parameters:
      ultraServerId - The unique identifier of the UltraServer where instances should be placed.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • instanceCount

      PlacementSpecification.Builder instanceCount(Integer instanceCount)

      The number of ML compute instances required to be placed together on the same UltraServer. Minimum value of 1.

      Parameters:
      instanceCount - The number of ML compute instances required to be placed together on the same UltraServer. Minimum value of 1.
      Returns:
      Returns a reference to this object so that method calls can be chained together.