Uses of Class
com.tencentcloudapi.tke.v20180525.models.DriverVersion
-
Packages that use DriverVersion Package Description com.tencentcloudapi.tke.v20180525.models -
-
Uses of DriverVersion in com.tencentcloudapi.tke.v20180525.models
Methods in com.tencentcloudapi.tke.v20180525.models that return DriverVersion Modifier and Type Method Description DriverVersionGPUArgs. getCUDA()Get CUDA版本信息 注意:此字段可能返回 null,表示取不到有效值。DriverVersionGPUArgs. getDriver()Get GPU驱动版本信息Methods in com.tencentcloudapi.tke.v20180525.models with parameters of type DriverVersion Modifier and Type Method Description voidGPUArgs. setCUDA(DriverVersion CUDA)Set CUDA版本信息 注意:此字段可能返回 null,表示取不到有效值。voidGPUArgs. setDriver(DriverVersion Driver)Set GPU驱动版本信息Constructors in com.tencentcloudapi.tke.v20180525.models with parameters of type DriverVersion Constructor 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.
-