Interface AcceleratorTotalMemoryMiBRange.Builder

    • Method Detail

      • max

        AcceleratorTotalMemoryMiBRange.Builder max​(Integer max)

        The maximum amount of memory to use for the accelerator, measured in MiB.

        Parameters:
        max - The maximum amount of memory to use for the accelerator, measured in MiB.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • min

        AcceleratorTotalMemoryMiBRange.Builder min​(Integer min)

        The minimum amount of memory to use for the accelerator, measured in MiB.

        Parameters:
        min - The minimum amount of memory to use for the accelerator, measured in MiB.
        Returns:
        Returns a reference to this object so that method calls can be chained together.