public class GpuDetail extends AbstractModel
Constructor and Description |
---|
GpuDetail() |
GpuDetail(GpuDetail 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 |
---|---|
String |
getName()
Get GPU 显卡类型;枚举值: V100 A100 T4
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getValue()
Get GPU 显卡数;单位为1/100卡,比如100代表1卡
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setName(String Name)
Set GPU 显卡类型;枚举值: V100 A100 T4
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setValue(Long Value)
Set GPU 显卡数;单位为1/100卡,比如100代表1卡
注意:此字段可能返回 null,表示取不到有效值。
|
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 GpuDetail()
public GpuDetail(GpuDetail source)
public String getName()
public void setName(String Name)
Name
- GPU 显卡类型;枚举值: V100 A100 T4
注意:此字段可能返回 null,表示取不到有效值。public Long getValue()
public void setValue(Long Value)
Value
- GPU 显卡数;单位为1/100卡,比如100代表1卡
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2022. All rights reserved.