Class EngineVersion
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tione.v20211111.models.EngineVersion
-
public class EngineVersion extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description EngineVersion()EngineVersion(EngineVersion 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 Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetFrameworkVersion()Get 框架版本 注意:此字段可能返回 null,表示取不到有效值。StringgetImage()Get 运行镜像 注意:此字段可能返回 null,表示取不到有效值。BooleangetIsSupportIntEightQuantization()Get 是否支持int8量化 注意:此字段可能返回 null,表示取不到有效值。StringgetVersion()Get 引擎版本 注意:此字段可能返回 null,表示取不到有效值。voidsetFrameworkVersion(String FrameworkVersion)Set 框架版本 注意:此字段可能返回 null,表示取不到有效值。voidsetImage(String Image)Set 运行镜像 注意:此字段可能返回 null,表示取不到有效值。voidsetIsSupportIntEightQuantization(Boolean IsSupportIntEightQuantization)Set 是否支持int8量化 注意:此字段可能返回 null,表示取不到有效值。voidsetVersion(String Version)Set 引擎版本 注意:此字段可能返回 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
-
EngineVersion
public EngineVersion()
-
EngineVersion
public EngineVersion(EngineVersion 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
-
getVersion
public String getVersion()
Get 引擎版本 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Version 引擎版本 注意:此字段可能返回 null,表示取不到有效值。
-
setVersion
public void setVersion(String Version)
Set 引擎版本 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Version- 引擎版本 注意:此字段可能返回 null,表示取不到有效值。
-
getImage
public String getImage()
Get 运行镜像 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Image 运行镜像 注意:此字段可能返回 null,表示取不到有效值。
-
setImage
public void setImage(String Image)
Set 运行镜像 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Image- 运行镜像 注意:此字段可能返回 null,表示取不到有效值。
-
getIsSupportIntEightQuantization
public Boolean getIsSupportIntEightQuantization()
Get 是否支持int8量化 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- IsSupportIntEightQuantization 是否支持int8量化 注意:此字段可能返回 null,表示取不到有效值。
-
setIsSupportIntEightQuantization
public void setIsSupportIntEightQuantization(Boolean IsSupportIntEightQuantization)
Set 是否支持int8量化 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
IsSupportIntEightQuantization- 是否支持int8量化 注意:此字段可能返回 null,表示取不到有效值。
-
getFrameworkVersion
public String getFrameworkVersion()
Get 框架版本 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- FrameworkVersion 框架版本 注意:此字段可能返回 null,表示取不到有效值。
-
setFrameworkVersion
public void setFrameworkVersion(String FrameworkVersion)
Set 框架版本 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
FrameworkVersion- 框架版本 注意:此字段可能返回 null,表示取不到有效值。
-
-