public class GPUInfo extends AbstractModel
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 Number of GPUs.
|
String[] |
getGPUId()
Get GPU address
Note: this field may return `null`, indicating that no valid value can be found.
|
String |
getGPUType()
Get GPU type of the instance.
|
void |
setGPUCount(Float GPUCount)
Set Number of GPUs.
|
void |
setGPUId(String[] GPUId)
Set GPU address
Note: this field may return `null`, indicating that no valid value can be found.
|
void |
setGPUType(String GPUType)
Set GPU type of the instance.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public GPUInfo()
public GPUInfo(GPUInfo source)
public Float getGPUCount()
public void setGPUCount(Float GPUCount)
GPUCount
- Number of GPUs.
Note: this field may return `null`, indicating that no valid value can be found.public String[] getGPUId()
public void setGPUId(String[] GPUId)
GPUId
- GPU address
Note: this field may return `null`, indicating that no valid value can be found.public String getGPUType()
public void setGPUType(String GPUType)
GPUType
- GPU type of the instance.
Note: this field may return `null`, indicating that no valid value can be found.Copyright © 2023. All rights reserved.