public class ModelInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ModelInfo() | 
| 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getAlgorithmFramework()Get 模型对应的算法框架,预留
注意:此字段可能返回 null,表示取不到有效值。 | 
| CosPathInfo | getCosPathInfo()Get cos路径信息 | 
| GooseFSx | getGooseFSx()Get GooseFSx的配置,ModelSource为GooseFSx时有效 | 
| Boolean | getIsPrivateModel()Get 是否为私有化大模型
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getModelCategory()Get 模型的类别 多模态MultiModal, 文本大模型 LLM | 
| String | getModelFormat()Get 模型格式
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getModelId()Get 模型id | 
| String | getModelName()Get 模型名 | 
| String | getModelSource()Get 模型来源 | 
| String | getModelType()Get 默认为 NORMAL, 已加速模型: ACCELERATE, 自动学习模型 AUTO_ML
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getModelVersion()Get 模型版本 | 
| String | getModelVersionId()Get 模型版本id, DescribeTrainingModelVersion查询模型接口时的id
自动学习类型的模型填写自动学习的任务id | 
| PublicDataSourceFS | getPublicDataSource()Get 数据源的配置 | 
| void | setAlgorithmFramework(String AlgorithmFramework)Set 模型对应的算法框架,预留
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setCosPathInfo(CosPathInfo CosPathInfo)Set cos路径信息 | 
| void | setGooseFSx(GooseFSx GooseFSx)Set GooseFSx的配置,ModelSource为GooseFSx时有效 | 
| void | setIsPrivateModel(Boolean IsPrivateModel)Set 是否为私有化大模型
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setModelCategory(String ModelCategory)Set 模型的类别 多模态MultiModal, 文本大模型 LLM | 
| void | setModelFormat(String ModelFormat)Set 模型格式
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setModelId(String ModelId)Set 模型id | 
| void | setModelName(String ModelName)Set 模型名 | 
| void | setModelSource(String ModelSource)Set 模型来源 | 
| void | setModelType(String ModelType)Set 默认为 NORMAL, 已加速模型: ACCELERATE, 自动学习模型 AUTO_ML
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setModelVersion(String ModelVersion)Set 模型版本 | 
| void | setModelVersionId(String ModelVersionId)Set 模型版本id, DescribeTrainingModelVersion查询模型接口时的id
自动学习类型的模型填写自动学习的任务id | 
| void | setPublicDataSource(PublicDataSourceFS PublicDataSource)Set 数据源的配置 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic ModelInfo()
public ModelInfo(ModelInfo source)
public String getModelVersionId()
public void setModelVersionId(String ModelVersionId)
ModelVersionId - 模型版本id, DescribeTrainingModelVersion查询模型接口时的id
自动学习类型的模型填写自动学习的任务idpublic String getModelId()
public void setModelId(String ModelId)
ModelId - 模型idpublic String getModelName()
public void setModelName(String ModelName)
ModelName - 模型名public String getModelVersion()
public void setModelVersion(String ModelVersion)
ModelVersion - 模型版本public String getModelSource()
public void setModelSource(String ModelSource)
ModelSource - 模型来源public CosPathInfo getCosPathInfo()
public void setCosPathInfo(CosPathInfo CosPathInfo)
CosPathInfo - cos路径信息public GooseFSx getGooseFSx()
public void setGooseFSx(GooseFSx GooseFSx)
GooseFSx - GooseFSx的配置,ModelSource为GooseFSx时有效public String getAlgorithmFramework()
public void setAlgorithmFramework(String AlgorithmFramework)
AlgorithmFramework - 模型对应的算法框架,预留
注意:此字段可能返回 null,表示取不到有效值。public String getModelType()
public void setModelType(String ModelType)
ModelType - 默认为 NORMAL, 已加速模型: ACCELERATE, 自动学习模型 AUTO_ML
注意:此字段可能返回 null,表示取不到有效值。public String getModelFormat()
public void setModelFormat(String ModelFormat)
ModelFormat - 模型格式
注意:此字段可能返回 null,表示取不到有效值。public Boolean getIsPrivateModel()
public void setIsPrivateModel(Boolean IsPrivateModel)
IsPrivateModel - 是否为私有化大模型
注意:此字段可能返回 null,表示取不到有效值。public String getModelCategory()
public void setModelCategory(String ModelCategory)
ModelCategory - 模型的类别 多模态MultiModal, 文本大模型 LLMpublic PublicDataSourceFS getPublicDataSource()
public void setPublicDataSource(PublicDataSourceFS PublicDataSource)
PublicDataSource - 数据源的配置Copyright © 2025. All rights reserved.