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 String
getAtUpdated()
Get 最后更新时间String
getDictName()
Get 模型文件名称String
getModelId()
Get 模型IdString
getModelName()
Get 模型名称Long
getModelState()
Get 模型状态: -2:模型训练失败; -1:已下线; 0:训练中; 1:已上线; 3:上线中; 4:下线中;String
getModelType()
Get 模型类型,“8k”或者”16k“String
getServiceType()
Get 服务类型String[]
getTagInfos()
Get 标签信息 注意:此字段可能返回 null,表示取不到有效值。void
setAtUpdated(String AtUpdated)
Set 最后更新时间void
setDictName(String DictName)
Set 模型文件名称void
setModelId(String ModelId)
Set 模型Idvoid
setModelName(String ModelName)
Set 模型名称void
setModelState(Long ModelState)
Set 模型状态: -2:模型训练失败; -1:已下线; 0:训练中; 1:已上线; 3:上线中; 4:下线中;void
setModelType(String ModelType)
Set 模型类型,“8k”或者”16k“void
setServiceType(String ServiceType)
Set 服务类型void
setTagInfos(String[] TagInfos)
Set 标签信息 注意:此字段可能返回 null,表示取不到有效值。void
toMap(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,表示取不到有效值。
-
-