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 TypeMethodDescriptionGetUMInferService - 获取模型服务Methods inherited from class cn.ucloud.common.client.DefaultClient
close, getConfig, getCredential, getTransport, invoke, setConfig, setCredential, setTransport, useMiddleware
-
Constructor Details
-
UAIModelverseClient
-
-
Method Details
-
getUMInferService
public GetUMInferServiceResponse getUMInferService(GetUMInferServiceRequest request) throws UCloudException GetUMInferService - 获取模型服务- Specified by:
getUMInferServicein interfaceUAIModelverseClientInterface- Parameters:
request- Request object- Throws:
UCloudException- Exception
-