Interface InstanceGroup.Builder

    • Method Detail

      • 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:
        TrainingInstanceType, TrainingInstanceType
      • 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.