@InterfaceAudience.Private @InterfaceStability.Unstable public class GpuDeviceInformation extends Object
| Constructor and Description | 
|---|
| GpuDeviceInformation() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getDriverVersion() | 
| List<PerGpuDeviceInformation> | getGpus() | 
| void | setDriverVersion(String driverVersion) | 
| void | setGpus(List<PerGpuDeviceInformation> gpus) | 
| String | toString() | 
public List<PerGpuDeviceInformation> getGpus()
public void setGpus(List<PerGpuDeviceInformation> gpus)
public String getDriverVersion()
public void setDriverVersion(String driverVersion)
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.