static GpuDeviceInfo.Builder |
GpuDeviceInfo.builder() |
|
GpuDeviceInfo.Builder |
GpuDeviceInfo.Builder.count(Integer count) |
The number of GPUs for the instance type.
|
GpuDeviceInfo.Builder |
GpuDeviceInfo.Builder.gpuPartitionSize(Double gpuPartitionSize) |
The size of each GPU as a fraction of a full GPU, between 0 (excluded) and 1 (included).
|
GpuDeviceInfo.Builder |
GpuDeviceInfo.Builder.logicalGpuCount(Integer logicalGpuCount) |
Total number of GPU devices of this type.
|
GpuDeviceInfo.Builder |
GpuDeviceInfo.Builder.manufacturer(String manufacturer) |
The manufacturer of the GPU accelerator.
|
default GpuDeviceInfo.Builder |
GpuDeviceInfo.Builder.memoryInfo(Consumer<GpuDeviceMemoryInfo.Builder> memoryInfo) |
Describes the memory available to the GPU accelerator.
|
GpuDeviceInfo.Builder |
GpuDeviceInfo.Builder.memoryInfo(GpuDeviceMemoryInfo memoryInfo) |
Describes the memory available to the GPU accelerator.
|
GpuDeviceInfo.Builder |
GpuDeviceInfo.Builder.name(String name) |
The name of the GPU accelerator.
|
GpuDeviceInfo.Builder |
GpuDeviceInfo.toBuilder() |
|
GpuDeviceInfo.Builder |
GpuDeviceInfo.Builder.workloads(String... workloads) |
A list of workload types this GPU supports.
|
GpuDeviceInfo.Builder |
GpuDeviceInfo.Builder.workloads(Collection<String> workloads) |
A list of workload types this GPU supports.
|