Class ModelInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tione.v20211111.models.ModelInfo
-
public class ModelInfo 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 StringgetAlgorithmFramework()Get 模型对应的算法框架,预留 注意:此字段可能返回 null,表示取不到有效值。CosPathInfogetCosPathInfo()Get cos路径信息StringgetModelFormat()Get 模型格式 注意:此字段可能返回 null,表示取不到有效值。StringgetModelId()Get 模型idStringgetModelName()Get 模型名StringgetModelSource()Get 模型来源StringgetModelType()Get 默认为 NORMAL, 已加速模型: ACCELERATE, 自动学习模型 AUTO_ML 注意:此字段可能返回 null,表示取不到有效值。StringgetModelVersion()Get 模型版本StringgetModelVersionId()Get 模型版本id, DescribeTrainingModelVersion查询模型接口时的id 自动学习类型的模型填写自动学习的任务idvoidsetAlgorithmFramework(String AlgorithmFramework)Set 模型对应的算法框架,预留 注意:此字段可能返回 null,表示取不到有效值。voidsetCosPathInfo(CosPathInfo CosPathInfo)Set cos路径信息voidsetModelFormat(String ModelFormat)Set 模型格式 注意:此字段可能返回 null,表示取不到有效值。voidsetModelId(String ModelId)Set 模型idvoidsetModelName(String ModelName)Set 模型名voidsetModelSource(String ModelSource)Set 模型来源voidsetModelType(String ModelType)Set 默认为 NORMAL, 已加速模型: ACCELERATE, 自动学习模型 AUTO_ML 注意:此字段可能返回 null,表示取不到有效值。voidsetModelVersion(String ModelVersion)Set 模型版本voidsetModelVersionId(String ModelVersionId)Set 模型版本id, DescribeTrainingModelVersion查询模型接口时的id 自动学习类型的模型填写自动学习的任务idvoidtoMap(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
-
ModelInfo
public ModelInfo()
-
ModelInfo
public ModelInfo(ModelInfo 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
-
getModelVersionId
public String getModelVersionId()
Get 模型版本id, DescribeTrainingModelVersion查询模型接口时的id 自动学习类型的模型填写自动学习的任务id- Returns:
- ModelVersionId 模型版本id, DescribeTrainingModelVersion查询模型接口时的id 自动学习类型的模型填写自动学习的任务id
-
setModelVersionId
public void setModelVersionId(String ModelVersionId)
Set 模型版本id, DescribeTrainingModelVersion查询模型接口时的id 自动学习类型的模型填写自动学习的任务id- Parameters:
ModelVersionId- 模型版本id, DescribeTrainingModelVersion查询模型接口时的id 自动学习类型的模型填写自动学习的任务id
-
getModelId
public String getModelId()
Get 模型id- Returns:
- ModelId 模型id
-
setModelId
public void setModelId(String ModelId)
Set 模型id- Parameters:
ModelId- 模型id
-
getModelName
public String getModelName()
Get 模型名- Returns:
- ModelName 模型名
-
setModelName
public void setModelName(String ModelName)
Set 模型名- Parameters:
ModelName- 模型名
-
getModelVersion
public String getModelVersion()
Get 模型版本- Returns:
- ModelVersion 模型版本
-
setModelVersion
public void setModelVersion(String ModelVersion)
Set 模型版本- Parameters:
ModelVersion- 模型版本
-
getModelSource
public String getModelSource()
Get 模型来源- Returns:
- ModelSource 模型来源
-
setModelSource
public void setModelSource(String ModelSource)
Set 模型来源- Parameters:
ModelSource- 模型来源
-
getCosPathInfo
public CosPathInfo getCosPathInfo()
Get cos路径信息- Returns:
- CosPathInfo cos路径信息
-
setCosPathInfo
public void setCosPathInfo(CosPathInfo CosPathInfo)
Set cos路径信息- Parameters:
CosPathInfo- cos路径信息
-
getAlgorithmFramework
public String getAlgorithmFramework()
Get 模型对应的算法框架,预留 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- AlgorithmFramework 模型对应的算法框架,预留 注意:此字段可能返回 null,表示取不到有效值。
-
setAlgorithmFramework
public void setAlgorithmFramework(String AlgorithmFramework)
Set 模型对应的算法框架,预留 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
AlgorithmFramework- 模型对应的算法框架,预留 注意:此字段可能返回 null,表示取不到有效值。
-
getModelType
public String getModelType()
Get 默认为 NORMAL, 已加速模型: ACCELERATE, 自动学习模型 AUTO_ML 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- ModelType 默认为 NORMAL, 已加速模型: ACCELERATE, 自动学习模型 AUTO_ML 注意:此字段可能返回 null,表示取不到有效值。
-
setModelType
public void setModelType(String ModelType)
Set 默认为 NORMAL, 已加速模型: ACCELERATE, 自动学习模型 AUTO_ML 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
ModelType- 默认为 NORMAL, 已加速模型: ACCELERATE, 自动学习模型 AUTO_ML 注意:此字段可能返回 null,表示取不到有效值。
-
getModelFormat
public String getModelFormat()
Get 模型格式 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- ModelFormat 模型格式 注意:此字段可能返回 null,表示取不到有效值。
-
setModelFormat
public void setModelFormat(String ModelFormat)
Set 模型格式 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
ModelFormat- 模型格式 注意:此字段可能返回 null,表示取不到有效值。
-
-