Package | Description |
---|---|
com.tencentcloudapi.tke.v20180525.models |
Modifier and Type | Method and Description |
---|---|
DriverVersion |
GPUArgs.getCUDA()
Get CUDA version
Note: This field may return `null`, indicating that no valid values can be obtained.
|
DriverVersion |
GPUArgs.getDriver()
Get GPU driver version
|
Modifier and Type | Method and Description |
---|---|
void |
GPUArgs.setCUDA(DriverVersion CUDA)
Set CUDA version
Note: This field may return `null`, indicating that no valid values can be obtained.
|
void |
GPUArgs.setDriver(DriverVersion Driver)
Set GPU driver version
|
Constructor and Description |
---|
DriverVersion(DriverVersion source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Copyright © 2023. All rights reserved.