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 应用类型;knowledge_qa-知识问答管理;summary-知识摘要;classifys-知识标签提取 | 
| String | getLoginSubAccountUin()Get 登录用户子账号(集成商模式必填) | 
| String | getLoginUin()Get 登录用户主账号(集成商模式必填) | 
| String | getModelCategory()Get 模型类别 generate:生成模型,thought:思考模型,embedding模型,rerank:rerank模型 | 
| String | getPattern()Get 应用模式 standard:标准模式, agent: agent模式,single_workflow:单工作流模式 | 
| void | setAppType(String AppType)Set 应用类型;knowledge_qa-知识问答管理;summary-知识摘要;classifys-知识标签提取 | 
| void | setLoginSubAccountUin(String LoginSubAccountUin)Set 登录用户子账号(集成商模式必填) | 
| void | setLoginUin(String LoginUin)Set 登录用户主账号(集成商模式必填) | 
| void | setModelCategory(String ModelCategory)Set 模型类别 generate:生成模型,thought:思考模型,embedding模型,rerank:rerank模型 | 
| void | setPattern(String Pattern)Set 应用模式 standard:标准模式, agent: 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, toJsonStringpublic ListModelRequest()
public ListModelRequest(ListModelRequest source)
public String getAppType()
public void setAppType(String AppType)
AppType - 应用类型;knowledge_qa-知识问答管理;summary-知识摘要;classifys-知识标签提取public String getPattern()
public void setPattern(String Pattern)
Pattern - 应用模式 standard:标准模式, agent: agent模式,single_workflow:单工作流模式public String getModelCategory()
public void setModelCategory(String ModelCategory)
ModelCategory - 模型类别 generate:生成模型,thought:思考模型,embedding模型,rerank:rerank模型public String getLoginUin()
public void setLoginUin(String LoginUin)
LoginUin - 登录用户主账号(集成商模式必填)public String getLoginSubAccountUin()
public void setLoginSubAccountUin(String LoginSubAccountUin)
LoginSubAccountUin - 登录用户子账号(集成商模式必填)Copyright © 2025. All rights reserved.