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.ailanguage
Methods in com.oracle.bmc.ailanguage that return CreateEndpointResponse Modifier and Type Method Description CreateEndpointResponse
AIServiceLanguage. createEndpoint(CreateEndpointRequest request)
Creates a new endpoint and deploy the trained modelCreateEndpointResponse
AIServiceLanguageClient. 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.responses
Methods in com.oracle.bmc.ailanguage.responses that return CreateEndpointResponse Modifier and Type Method Description CreateEndpointResponse
CreateEndpointResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.ailanguage.responses with parameters of type CreateEndpointResponse Modifier and Type Method Description CreateEndpointResponse.Builder
CreateEndpointResponse.Builder. copy(CreateEndpointResponse o)
Copy method to populate the builder with values from the given instance.
-