Uses of Class
com.oracle.bmc.ailanguage.requests.CreateEndpointRequest
-
Packages that use CreateEndpointRequest Package Description com.oracle.bmc.ailanguage com.oracle.bmc.ailanguage.requests -
-
Uses of CreateEndpointRequest in com.oracle.bmc.ailanguage
Methods in com.oracle.bmc.ailanguage with parameters of type CreateEndpointRequest Modifier and Type Method Description CreateEndpointResponse
AIServiceLanguage. createEndpoint(CreateEndpointRequest request)
Creates a new endpoint and deploy the trained modelFuture<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)
CreateEndpointResponse
AIServiceLanguageClient. createEndpoint(CreateEndpointRequest request)
Method parameters in com.oracle.bmc.ailanguage with type arguments of type CreateEndpointRequest 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 CreateEndpointRequest in com.oracle.bmc.ailanguage.requests
Methods in com.oracle.bmc.ailanguage.requests that return CreateEndpointRequest Modifier and Type Method Description CreateEndpointRequest
CreateEndpointRequest.Builder. build()
Build the instance of CreateEndpointRequest as configured by this builderCreateEndpointRequest
CreateEndpointRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateEndpointRequest as configured by this builderMethods in com.oracle.bmc.ailanguage.requests with parameters of type CreateEndpointRequest Modifier and Type Method Description CreateEndpointRequest.Builder
CreateEndpointRequest.Builder. copy(CreateEndpointRequest o)
Copy method to populate the builder with values from the given instance.
-