Package | Description |
---|---|
com.tencentcloudapi.tke.v20220501.models |
Modifier and Type | Method and Description |
---|---|
GPUParams |
GPUConfig.getGPUParams()
Get GPU相关的参数,包括驱动版本,CUDA版本,cuDNN版本,是否开启MIG以及是否开启Fabric等
注意:此字段可能返回 null,表示取不到有效值。
|
GPUParams |
NativeNodeInfo.getGPUParams()
Get 节点GPU相关配置
注意:此字段可能返回 null,表示取不到有效值。
|
Modifier and Type | Method and Description |
---|---|
void |
GPUConfig.setGPUParams(GPUParams GPUParams)
Set GPU相关的参数,包括驱动版本,CUDA版本,cuDNN版本,是否开启MIG以及是否开启Fabric等
注意:此字段可能返回 null,表示取不到有效值。
|
void |
NativeNodeInfo.setGPUParams(GPUParams GPUParams)
Set 节点GPU相关配置
注意:此字段可能返回 null,表示取不到有效值。
|
Constructor and Description |
---|
GPUParams(GPUParams 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 © 2025. All rights reserved.