Class ModelAccEngineVersion
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tione.v20211111.models.ModelAccEngineVersion
-
public class ModelAccEngineVersion extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ModelAccEngineVersion()ModelAccEngineVersion(ModelAccEngineVersion 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 EngineVersion[]getEngineVersions()Get 引擎版本信息 注意:此字段可能返回 null,表示取不到有效值。StringgetModelFormat()Get 模型格式 注意:此字段可能返回 null,表示取不到有效值。voidsetEngineVersions(EngineVersion[] EngineVersions)Set 引擎版本信息 注意:此字段可能返回 null,表示取不到有效值。voidsetModelFormat(String ModelFormat)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
-
ModelAccEngineVersion
public ModelAccEngineVersion()
-
ModelAccEngineVersion
public ModelAccEngineVersion(ModelAccEngineVersion 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
-
getModelFormat
public String getModelFormat()
Get 模型格式 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- ModelFormat 模型格式 注意:此字段可能返回 null,表示取不到有效值。
-
setModelFormat
public void setModelFormat(String ModelFormat)
Set 模型格式 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
ModelFormat- 模型格式 注意:此字段可能返回 null,表示取不到有效值。
-
getEngineVersions
public EngineVersion[] getEngineVersions()
Get 引擎版本信息 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- EngineVersions 引擎版本信息 注意:此字段可能返回 null,表示取不到有效值。
-
setEngineVersions
public void setEngineVersions(EngineVersion[] EngineVersions)
Set 引擎版本信息 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
EngineVersions- 引擎版本信息 注意:此字段可能返回 null,表示取不到有效值。
-
-