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 Algorithm framework corresponding to the model (reserved field).Note: This field may return null, indicating that no valid values can be obtained.
|
CosPathInfo |
getCosPathInfo()
Get COS path information.
|
GooseFSx |
getGooseFSx()
Get GooseFSx configurations, and is valid when ModelSource is GooseFSx.
|
Boolean |
getIsPrivateModel()
Get Whether it is a private LLM.Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getModelCategory()
Get Model category.
|
String |
getModelFormat()
Get Model format.Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getModelId()
Get Model ID.
|
String |
getModelName()
Get Model name.
|
String |
getModelSource()
Get Model source.
|
String |
getModelType()
Get Default: NORMAL; accelerated model: ACCELERATE; automatic learning model: AUTO_ML.Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getModelVersion()
Get Model version.
|
String |
getModelVersionId()
Get The model version ID is returned by the DescribeTrainingModelVersion API when querying the model.Enter the task ID of the Automated Machine Learning (AutoML) model.
|
PublicDataSourceFS |
getPublicDataSource()
Get Data source configurations.
|
void |
setAlgorithmFramework(String AlgorithmFramework)
Set Algorithm framework corresponding to the model (reserved field).Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setCosPathInfo(CosPathInfo CosPathInfo)
Set COS path information.
|
void |
setGooseFSx(GooseFSx GooseFSx)
Set GooseFSx configurations, and is valid when ModelSource is GooseFSx.
|
void |
setIsPrivateModel(Boolean IsPrivateModel)
Set Whether it is a private LLM.Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setModelCategory(String ModelCategory)
Set Model category.
|
void |
setModelFormat(String ModelFormat)
Set Model format.Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setModelId(String ModelId)
Set Model ID.
|
void |
setModelName(String ModelName)
Set Model name.
|
void |
setModelSource(String ModelSource)
Set Model source.
|
void |
setModelType(String ModelType)
Set Default: NORMAL; accelerated model: ACCELERATE; automatic learning model: AUTO_ML.Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setModelVersion(String ModelVersion)
Set Model version.
|
void |
setModelVersionId(String ModelVersionId)
Set The model version ID is returned by the DescribeTrainingModelVersion API when querying the model.Enter the task ID of the Automated Machine Learning (AutoML) model.
|
void |
setPublicDataSource(PublicDataSourceFS PublicDataSource)
Set Data source configurations.
|
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, toJsonString
public ModelInfo()
public ModelInfo(ModelInfo source)
public String getModelVersionId()
public void setModelVersionId(String ModelVersionId)
ModelVersionId
- The model version ID is returned by the DescribeTrainingModelVersion API when querying the model.Enter the task ID of the Automated Machine Learning (AutoML) model.public String getModelId()
public void setModelId(String ModelId)
ModelId
- Model ID.public String getModelName()
public void setModelName(String ModelName)
ModelName
- Model name.public String getModelVersion()
public void setModelVersion(String ModelVersion)
ModelVersion
- Model version.public String getModelSource()
public void setModelSource(String ModelSource)
ModelSource
- Model source.public CosPathInfo getCosPathInfo()
public void setCosPathInfo(CosPathInfo CosPathInfo)
CosPathInfo
- COS path information.public GooseFSx getGooseFSx()
public void setGooseFSx(GooseFSx GooseFSx)
GooseFSx
- GooseFSx configurations, and is valid when ModelSource is GooseFSx.public String getAlgorithmFramework()
public void setAlgorithmFramework(String AlgorithmFramework)
AlgorithmFramework
- Algorithm framework corresponding to the model (reserved field).Note: This field may return null, indicating that no valid values can be obtained.public String getModelType()
public void setModelType(String ModelType)
ModelType
- Default: NORMAL; accelerated model: ACCELERATE; automatic learning model: AUTO_ML.Note: This field may return null, indicating that no valid values can be obtained.public String getModelFormat()
public void setModelFormat(String ModelFormat)
ModelFormat
- Model format.Note: This field may return null, indicating that no valid values can be obtained.public Boolean getIsPrivateModel()
public void setIsPrivateModel(Boolean IsPrivateModel)
IsPrivateModel
- Whether it is a private LLM.Note: This field may return null, indicating that no valid values can be obtained.public String getModelCategory()
public void setModelCategory(String ModelCategory)
ModelCategory
- Model category. Valid values: MultiModal (multi-modal) and LLM (text LLM).public PublicDataSourceFS getPublicDataSource()
public void setPublicDataSource(PublicDataSourceFS PublicDataSource)
PublicDataSource
- Data source configurations.Copyright © 2025. All rights reserved.