Package cn.ucloud.uai_modelverse.client
Interface UAIModelverseClientInterface
- All Superinterfaces:
AutoCloseable,Client,Closeable
- All Known Implementing Classes:
UAIModelverseClient
This client is used to call actions of **UAIModelverse** service
-
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 - 更新应用
-
Method Details
-
createMVApp
CreateMVApp - 创建应用- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
deleteMVApp
DeleteMVApp - 删除应用- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
queryMVApp
QueryMVApp - 查询应用信息- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
queryMVLLMList
QueryMVLLMList - 查询语言模型信息- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
runMVChat
RunMVChat - 聊天- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
updateMVApp
UpdateMVApp - 更新应用- Parameters:
request- Request object- Throws:
UCloudException- Exception
-