Uses of Class
com.oracle.bmc.ailanguage.responses.CreateEndpointResponse
- 
Packages that use CreateEndpointResponse Package Description com.oracle.bmc.ailanguage com.oracle.bmc.ailanguage.responses 
- 
- 
Uses of CreateEndpointResponse in com.oracle.bmc.ailanguageMethods in com.oracle.bmc.ailanguage that return CreateEndpointResponse Modifier and Type Method Description CreateEndpointResponseAIServiceLanguage. createEndpoint(CreateEndpointRequest request)Creates a new endpoint and deploy the trained modelCreateEndpointResponseAIServiceLanguageClient. createEndpoint(CreateEndpointRequest request)Methods in com.oracle.bmc.ailanguage that return types with arguments of type CreateEndpointResponse Modifier and Type Method Description Future<CreateEndpointResponse>AIServiceLanguageAsync. createEndpoint(CreateEndpointRequest request, AsyncHandler<CreateEndpointRequest,CreateEndpointResponse> handler)Creates a new endpoint and deploy the trained modelFuture<CreateEndpointResponse>AIServiceLanguageAsyncClient. createEndpoint(CreateEndpointRequest request, AsyncHandler<CreateEndpointRequest,CreateEndpointResponse> handler)Method parameters in com.oracle.bmc.ailanguage with type arguments of type CreateEndpointResponse Modifier and Type Method Description Future<CreateEndpointResponse>AIServiceLanguageAsync. createEndpoint(CreateEndpointRequest request, AsyncHandler<CreateEndpointRequest,CreateEndpointResponse> handler)Creates a new endpoint and deploy the trained modelFuture<CreateEndpointResponse>AIServiceLanguageAsyncClient. createEndpoint(CreateEndpointRequest request, AsyncHandler<CreateEndpointRequest,CreateEndpointResponse> handler)
- 
Uses of CreateEndpointResponse in com.oracle.bmc.ailanguage.responsesMethods in com.oracle.bmc.ailanguage.responses that return CreateEndpointResponse Modifier and Type Method Description CreateEndpointResponseCreateEndpointResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.ailanguage.responses with parameters of type CreateEndpointResponse Modifier and Type Method Description CreateEndpointResponse.BuilderCreateEndpointResponse.Builder. copy(CreateEndpointResponse o)Copy method to populate the builder with values from the given instance.
 
-