Interface AcceleratorCountRange.Builder

    • Method Detail

      • max

        AcceleratorCountRange.Builder max​(Integer max)

        The maximum GPU for the accelerator.

        Parameters:
        max - The maximum GPU for the accelerator.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • min

        AcceleratorCountRange.Builder min​(Integer min)

        The minimum GPU for the accelerator.

        Parameters:
        min - The minimum GPU for the accelerator.
        Returns:
        Returns a reference to this object so that method calls can be chained together.