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 Welcome words, within 200 characters.
|
ClassifyLabel[] |
getLabels()
Get Label list.
|
AppModel |
getModel()
Get Model configuration.
|
void |
setGreeting(String Greeting)
Set Welcome words, within 200 characters.
|
void |
setLabels(ClassifyLabel[] Labels)
Set Label list.
|
void |
setModel(AppModel Model)
Set Model configuration.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ClassifyConfig()
public ClassifyConfig(ClassifyConfig source)
public AppModel getModel()
public void setModel(AppModel Model)
Model
- Model configuration.public ClassifyLabel[] getLabels()
public void setLabels(ClassifyLabel[] Labels)
Labels
- Label list.public String getGreeting()
public void setGreeting(String Greeting)
Greeting
- Welcome words, within 200 characters.Copyright © 2025. All rights reserved.