public static class HostGpuConfiguration.Builder extends Object
Constructor and Description |
---|
Builder() |
public HostGpuConfiguration.Builder timeCollected(Date timeCollected)
public HostGpuConfiguration.Builder gpuId(Integer gpuId)
GPU Identifier
gpuId
- the value to setpublic HostGpuConfiguration.Builder productName(String productName)
GPU Product Name
productName
- the value to setpublic HostGpuConfiguration.Builder vendor(String vendor)
GPU Vendor
vendor
- the value to setpublic HostGpuConfiguration.Builder busId(String busId)
Bus Identifier
busId
- the value to setpublic HostGpuConfiguration.Builder busWidth(Integer busWidth)
Bus Width
busWidth
- the value to setpublic HostGpuConfiguration.Builder gpuCapabilities(String gpuCapabilities)
GPU Capabilities
gpuCapabilities
- the value to setpublic HostGpuConfiguration.Builder totalPower(Double totalPower)
Power Capacity
totalPower
- the value to setpublic HostGpuConfiguration.Builder totalMemory(Double totalMemory)
Total Memory Allocated to GPU
totalMemory
- the value to setpublic HostGpuConfiguration.Builder totalVideoClockSpeed(Double totalVideoClockSpeed)
Max Video Clock Speed
totalVideoClockSpeed
- the value to setpublic HostGpuConfiguration.Builder totalSmClockSpeed(Double totalSmClockSpeed)
Max SM (Streaming Multiprocessor) Clock Speed
totalSmClockSpeed
- the value to setpublic HostGpuConfiguration.Builder totalGraphicsClockSpeed(Double totalGraphicsClockSpeed)
Max Graphics Clock Speed
totalGraphicsClockSpeed
- the value to setpublic HostGpuConfiguration.Builder totalMemoryClockSpeed(Double totalMemoryClockSpeed)
Max Memory Clock Speed
totalMemoryClockSpeed
- the value to setpublic HostGpuConfiguration.Builder cudaVersion(String cudaVersion)
CUDA library version
cudaVersion
- the value to setpublic HostGpuConfiguration.Builder driverVersion(String driverVersion)
GPU Driver version
driverVersion
- the value to setpublic HostGpuConfiguration build()
public HostGpuConfiguration.Builder copy(HostGpuConfiguration model)
Copyright © 2016–2024. All rights reserved.