@InterfaceAudience.Private @InterfaceStability.Unstable public class PerGpuTemperature extends Object
| Constructor and Description | 
|---|
| PerGpuTemperature() | 
| Modifier and Type | Method and Description | 
|---|---|
| Float | getCurrentGpuTemp()Get current celsius GPU temperature | 
| Float | getMaxGpuTemp()Get max possible celsius GPU temperature | 
| Float | getSlowThresholdGpuTemp()Get celsius GPU temperature which could make GPU runs slower | 
| void | setCurrentGpuTemp(Float currentGpuTemp) | 
| void | setMaxGpuTemp(Float maxGpuTemp) | 
| void | setSlowThresholdGpuTemp(Float slowThresholdGpuTemp) | 
public Float getCurrentGpuTemp()
public void setCurrentGpuTemp(Float currentGpuTemp)
public Float getMaxGpuTemp()
public void setMaxGpuTemp(Float maxGpuTemp)
public Float getSlowThresholdGpuTemp()
public void setSlowThresholdGpuTemp(Float slowThresholdGpuTemp)
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.