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 |
---|---|
Float |
getGPUCount()
Get Specifies the GPU count of the instance.
|
String[] |
getGPUId()
Get Specifies the GPU address of the instance.
|
String |
getGPUType()
Get Specifies the GPU type of the instance.
|
void |
setGPUCount(Float GPUCount)
Set Specifies the GPU count of the instance.
|
void |
setGPUId(String[] GPUId)
Set Specifies the GPU address of the instance.
|
void |
setGPUType(String GPUType)
Set Specifies the GPU type of the instance.
|
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, toJsonString
public GPUInfo()
public GPUInfo(GPUInfo source)
public Float getGPUCount()
public void setGPUCount(Float GPUCount)
GPUCount
- Specifies the GPU count of the instance. a value less than 1 indicates VGPU type, and a value larger than 1 indicates GPU passthrough type.public String[] getGPUId()
public void setGPUId(String[] GPUId)
GPUId
- Specifies the GPU address of the instance.public String getGPUType()
public void setGPUType(String GPUType)
GPUType
- Specifies the GPU type of the instance.Copyright © 2025. All rights reserved.