Interface GpuInfo.Builder

    • Method Detail

      • gpus

        GpuInfo.Builder gpus​(Collection<GpuDeviceInfo> gpus)

        Describes the GPU accelerators for the instance type.

        Parameters:
        gpus - Describes the GPU accelerators for the instance type.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • gpus

        GpuInfo.Builder gpus​(GpuDeviceInfo... gpus)

        Describes the GPU accelerators for the instance type.

        Parameters:
        gpus - Describes the GPU accelerators for the instance type.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • totalGpuMemoryInMiB

        GpuInfo.Builder totalGpuMemoryInMiB​(Integer totalGpuMemoryInMiB)

        The total size of the memory for the GPU accelerators for the instance type, in MiB.

        Parameters:
        totalGpuMemoryInMiB - The total size of the memory for the GPU accelerators for the instance type, in MiB.
        Returns:
        Returns a reference to this object so that method calls can be chained together.