Interface InstanceGroup.Builder

  • Method Details

    • instanceType

      InstanceGroup.Builder instanceType(String instanceType)

      Specifies the instance type of the instance group.

      Parameters:
      instanceType - Specifies the instance type of the instance group.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • instanceType

      InstanceGroup.Builder instanceType(TrainingInstanceType instanceType)

      Specifies the instance type of the instance group.

      Parameters:
      instanceType - Specifies the instance type of the instance group.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • instanceCount

      InstanceGroup.Builder instanceCount(Integer instanceCount)

      Specifies the number of instances of the instance group.

      Parameters:
      instanceCount - Specifies the number of instances of the instance group.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • instanceGroupName

      InstanceGroup.Builder instanceGroupName(String instanceGroupName)

      Specifies the name of the instance group.

      Parameters:
      instanceGroupName - Specifies the name of the instance group.
      Returns:
      Returns a reference to this object so that method calls can be chained together.