Package cn.ucloud.uai_modelverse.client
Class UAIModelverseClient
java.lang.Object
cn.ucloud.common.client.DefaultClient
cn.ucloud.uai_modelverse.client.UAIModelverseClient
- All Implemented Interfaces:
Client,UAIModelverseClientInterface,Closeable,AutoCloseable
This client is used to call actions of **UAIModelverse** service
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateMVApp(CreateMVAppRequest request) CreateMVApp - 创建应用deleteMVApp(DeleteMVAppRequest request) DeleteMVApp - 删除应用queryMVApp(QueryMVAppRequest request) QueryMVApp - 查询应用信息queryMVLLMList(QueryMVLLMListRequest request) QueryMVLLMList - 查询语言模型信息runMVChat(RunMVChatRequest request) RunMVChat - 聊天updateMVApp(UpdateMVAppRequest request) UpdateMVApp - 更新应用Methods inherited from class cn.ucloud.common.client.DefaultClient
close, getConfig, getCredential, getTransport, invoke, setConfig, setCredential, setTransport, useMiddleware
-
Constructor Details
-
UAIModelverseClient
-
-
Method Details
-
createMVApp
CreateMVApp - 创建应用- Specified by:
createMVAppin interfaceUAIModelverseClientInterface- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
deleteMVApp
DeleteMVApp - 删除应用- Specified by:
deleteMVAppin interfaceUAIModelverseClientInterface- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
queryMVApp
QueryMVApp - 查询应用信息- Specified by:
queryMVAppin interfaceUAIModelverseClientInterface- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
queryMVLLMList
QueryMVLLMList - 查询语言模型信息- Specified by:
queryMVLLMListin interfaceUAIModelverseClientInterface- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
runMVChat
RunMVChat - 聊天- Specified by:
runMVChatin interfaceUAIModelverseClientInterface- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
updateMVApp
UpdateMVApp - 更新应用- Specified by:
updateMVAppin interfaceUAIModelverseClientInterface- Parameters:
request- Request object- Throws:
UCloudException- Exception
-