public class ClassifyConfig extends AbstractModel
header, skipSign
Constructor and Description |
---|
ClassifyConfig() |
ClassifyConfig(ClassifyConfig 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 |
getGreeting()
Get 欢迎语,200字符以内
注意:此字段可能返回 null,表示取不到有效值。
|
ClassifyLabel[] |
getLabels()
Get 标签列表
注意:此字段可能返回 null,表示取不到有效值。
|
AppModel |
getModel()
Get 模型配置
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setGreeting(String Greeting)
Set 欢迎语,200字符以内
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setLabels(ClassifyLabel[] Labels)
Set 标签列表
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setModel(AppModel Model)
Set 模型配置
注意:此字段可能返回 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, toJsonString
public ClassifyConfig()
public ClassifyConfig(ClassifyConfig source)
public AppModel getModel()
public void setModel(AppModel Model)
Model
- 模型配置
注意:此字段可能返回 null,表示取不到有效值。public ClassifyLabel[] getLabels()
public void setLabels(ClassifyLabel[] Labels)
Labels
- 标签列表
注意:此字段可能返回 null,表示取不到有效值。public String getGreeting()
public void setGreeting(String Greeting)
Greeting
- 欢迎语,200字符以内
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.