Class Model
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.asr.v20190614.models.Model
-
public class Model 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 StringgetAtUpdated()Get 最后更新时间StringgetDictName()Get 模型文件名称StringgetModelId()Get 模型IdStringgetModelName()Get 模型名称LonggetModelState()Get 模型状态: -2:模型训练失败; -1:已下线; 0:训练中; 1:已上线; 3:上线中; 4:下线中;StringgetModelType()Get 模型类型,“8k”或者”16k“StringgetServiceType()Get 服务类型String[]getTagInfos()Get 标签信息 注意:此字段可能返回 null,表示取不到有效值。voidsetAtUpdated(String AtUpdated)Set 最后更新时间voidsetDictName(String DictName)Set 模型文件名称voidsetModelId(String ModelId)Set 模型IdvoidsetModelName(String ModelName)Set 模型名称voidsetModelState(Long ModelState)Set 模型状态: -2:模型训练失败; -1:已下线; 0:训练中; 1:已上线; 3:上线中; 4:下线中;voidsetModelType(String ModelType)Set 模型类型,“8k”或者”16k“voidsetServiceType(String ServiceType)Set 服务类型voidsetTagInfos(String[] TagInfos)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
-
Model
public Model()
-
Model
public Model(Model 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
-
getModelName
public String getModelName()
Get 模型名称- Returns:
- ModelName 模型名称
-
setModelName
public void setModelName(String ModelName)
Set 模型名称- Parameters:
ModelName- 模型名称
-
getDictName
public String getDictName()
Get 模型文件名称- Returns:
- DictName 模型文件名称
-
setDictName
public void setDictName(String DictName)
Set 模型文件名称- Parameters:
DictName- 模型文件名称
-
getModelId
public String getModelId()
Get 模型Id- Returns:
- ModelId 模型Id
-
setModelId
public void setModelId(String ModelId)
Set 模型Id- Parameters:
ModelId- 模型Id
-
getModelType
public String getModelType()
Get 模型类型,“8k”或者”16k“- Returns:
- ModelType 模型类型,“8k”或者”16k“
-
setModelType
public void setModelType(String ModelType)
Set 模型类型,“8k”或者”16k“- Parameters:
ModelType- 模型类型,“8k”或者”16k“
-
getServiceType
public String getServiceType()
Get 服务类型- Returns:
- ServiceType 服务类型
-
setServiceType
public void setServiceType(String ServiceType)
Set 服务类型- Parameters:
ServiceType- 服务类型
-
getModelState
public Long getModelState()
Get 模型状态: -2:模型训练失败; -1:已下线; 0:训练中; 1:已上线; 3:上线中; 4:下线中;- Returns:
- ModelState 模型状态: -2:模型训练失败; -1:已下线; 0:训练中; 1:已上线; 3:上线中; 4:下线中;
-
setModelState
public void setModelState(Long ModelState)
Set 模型状态: -2:模型训练失败; -1:已下线; 0:训练中; 1:已上线; 3:上线中; 4:下线中;- Parameters:
ModelState- 模型状态: -2:模型训练失败; -1:已下线; 0:训练中; 1:已上线; 3:上线中; 4:下线中;
-
getAtUpdated
public String getAtUpdated()
Get 最后更新时间- Returns:
- AtUpdated 最后更新时间
-
setAtUpdated
public void setAtUpdated(String AtUpdated)
Set 最后更新时间- Parameters:
AtUpdated- 最后更新时间
-
getTagInfos
public String[] getTagInfos()
Get 标签信息 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- TagInfos 标签信息 注意:此字段可能返回 null,表示取不到有效值。
-
setTagInfos
public void setTagInfos(String[] TagInfos)
Set 标签信息 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
TagInfos- 标签信息 注意:此字段可能返回 null,表示取不到有效值。
-
-