public class ModelInputInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ModelInputInfo() | 
| ModelInputInfo(ModelInputInfo 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[] | getModelInputDimension()Get input数据尺寸
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getModelInputType()Get input数据类型
FIXED:固定
RANGE:浮动
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setModelInputDimension(String[] ModelInputDimension)Set input数据尺寸
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setModelInputType(String ModelInputType)Set input数据类型
FIXED:固定
RANGE:浮动
注意:此字段可能返回 null,表示取不到有效值。 | 
| 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 ModelInputInfo()
public ModelInputInfo(ModelInputInfo source)
public String getModelInputType()
public void setModelInputType(String ModelInputType)
ModelInputType - input数据类型
FIXED:固定
RANGE:浮动
注意:此字段可能返回 null,表示取不到有效值。public String[] getModelInputDimension()
public void setModelInputDimension(String[] ModelInputDimension)
ModelInputDimension - input数据尺寸
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2025. All rights reserved.