Interface GpuDeviceMemoryInfo.Builder

All Superinterfaces:
Buildable, CopyableBuilder<GpuDeviceMemoryInfo.Builder,GpuDeviceMemoryInfo>, SdkBuilder<GpuDeviceMemoryInfo.Builder,GpuDeviceMemoryInfo>, SdkPojo
Enclosing class:
GpuDeviceMemoryInfo

public static interface GpuDeviceMemoryInfo.Builder extends SdkPojo, CopyableBuilder<GpuDeviceMemoryInfo.Builder,GpuDeviceMemoryInfo>
  • Method Details

    • sizeInMiB

      GpuDeviceMemoryInfo.Builder sizeInMiB(Integer sizeInMiB)

      The size of the memory available to the GPU accelerator, in MiB.

      Parameters:
      sizeInMiB - The size of the memory available to the GPU accelerator, in MiB.
      Returns:
      Returns a reference to this object so that method calls can be chained together.