Class GpuDetail
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tione.v20211111.models.GpuDetail
-
public class GpuDetail extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()Get GPU 显卡类型;枚举值: V100 A100 T4 注意:此字段可能返回 null,表示取不到有效值。LonggetValue()Get GPU 显卡数;单位为1/100卡,比如100代表1卡 注意:此字段可能返回 null,表示取不到有效值。voidsetName(String Name)Set GPU 显卡类型;枚举值: V100 A100 T4 注意:此字段可能返回 null,表示取不到有效值。voidsetValue(Long Value)Set GPU 显卡数;单位为1/100卡,比如100代表1卡 注意:此字段可能返回 null,表示取不到有效值。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
GpuDetail
public GpuDetail()
-
GpuDetail
public 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.
-
-
Method Detail
-
getName
public String getName()
Get GPU 显卡类型;枚举值: V100 A100 T4 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Name GPU 显卡类型;枚举值: V100 A100 T4 注意:此字段可能返回 null,表示取不到有效值。
-
setName
public void setName(String Name)
Set GPU 显卡类型;枚举值: V100 A100 T4 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Name- GPU 显卡类型;枚举值: V100 A100 T4 注意:此字段可能返回 null,表示取不到有效值。
-
getValue
public Long getValue()
Get GPU 显卡数;单位为1/100卡,比如100代表1卡 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Value GPU 显卡数;单位为1/100卡,比如100代表1卡 注意:此字段可能返回 null,表示取不到有效值。
-
setValue
public void setValue(Long Value)
Set GPU 显卡数;单位为1/100卡,比如100代表1卡 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Value- GPU 显卡数;单位为1/100卡,比如100代表1卡 注意:此字段可能返回 null,表示取不到有效值。
-
-