public class ListModelRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ListModelRequest() |
ListModelRequest(ListModelRequest 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 |
getAppType()
Get Application type; knowledge_qa - knowledge Q&A management; summary - knowledge summary; classifys - knowledge label extraction.
|
String |
getLoginSubAccountUin()
Get Login to user's sub-account (required in integrator mode).
|
String |
getLoginUin()
Get Login to user's root account (required in integrator mode).
|
String |
getModelCategory()
Get Model category:
Generate: Generative model
Thought: Thinking model
|
String |
getPattern()
Get Application mode standard: standard; agent; single_workflow.
|
void |
setAppType(String AppType)
Set Application type; knowledge_qa - knowledge Q&A management; summary - knowledge summary; classifys - knowledge label extraction.
|
void |
setLoginSubAccountUin(String LoginSubAccountUin)
Set Login to user's sub-account (required in integrator mode).
|
void |
setLoginUin(String LoginUin)
Set Login to user's root account (required in integrator mode).
|
void |
setModelCategory(String ModelCategory)
Set Model category:
Generate: Generative model
Thought: Thinking model
|
void |
setPattern(String Pattern)
Set Application mode standard: standard; agent; single_workflow.
|
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 ListModelRequest()
public ListModelRequest(ListModelRequest source)
public String getAppType()
public void setAppType(String AppType)
AppType
- Application type; knowledge_qa - knowledge Q&A management; summary - knowledge summary; classifys - knowledge label extraction.public String getPattern()
public void setPattern(String Pattern)
Pattern
- Application mode standard: standard; agent; single_workflow.public String getModelCategory()
public void setModelCategory(String ModelCategory)
ModelCategory
- Model category:
Generate: Generative model
Thought: Thinking modelpublic String getLoginUin()
public void setLoginUin(String LoginUin)
LoginUin
- Login to user's root account (required in integrator mode).public String getLoginSubAccountUin()
public void setLoginSubAccountUin(String LoginSubAccountUin)
LoginSubAccountUin
- Login to user's sub-account (required in integrator mode).Copyright © 2025. All rights reserved.