public class GpuInfo extends AbstractModel
header, skipSign| Constructor and Description |
|---|
GpuInfo() |
GpuInfo(GpuInfo 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.
|
| Modifier and Type | Method and Description |
|---|---|
Long |
getGpuCount()
Get Gpu块数
|
String |
getGpuType()
Get Gpu类型
|
void |
setGpuCount(Long GpuCount)
Set Gpu块数
|
void |
setGpuType(String GpuType)
Set Gpu类型
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic GpuInfo()
public GpuInfo(GpuInfo source)
public Long getGpuCount()
public void setGpuCount(Long GpuCount)
GpuCount - Gpu块数public String getGpuType()
public void setGpuType(String GpuType)
GpuType - Gpu类型Copyright © 2025. All rights reserved.