Uses of Class
com.tencentcloudapi.tke.v20180525.models.GPUArgs
-
Packages that use GPUArgs Package Description com.tencentcloudapi.tke.v20180525.models -
-
Uses of GPUArgs in com.tencentcloudapi.tke.v20180525.models
Methods in com.tencentcloudapi.tke.v20180525.models that return GPUArgs Modifier and Type Method Description GPUArgsInstanceAdvancedSettings. getGPUArgs()Get GPU驱动相关参数,相关的GPU参数获取:https://cloud.tencent.com/document/api/213/15715 注意:此字段可能返回 null,表示取不到有效值。GPUArgsModifyClusterNodePoolRequest. getGPUArgs()Get GPU驱动版本,CUDA版本,cuDNN版本以及是否启用MIG特性Methods in com.tencentcloudapi.tke.v20180525.models with parameters of type GPUArgs Modifier and Type Method Description voidInstanceAdvancedSettings. setGPUArgs(GPUArgs GPUArgs)Set GPU驱动相关参数,相关的GPU参数获取:https://cloud.tencent.com/document/api/213/15715 注意:此字段可能返回 null,表示取不到有效值。voidModifyClusterNodePoolRequest. setGPUArgs(GPUArgs GPUArgs)Set GPU驱动版本,CUDA版本,cuDNN版本以及是否启用MIG特性Constructors in com.tencentcloudapi.tke.v20180525.models with parameters of type GPUArgs Constructor Description GPUArgs(GPUArgs 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.
-