Uses of Class
com.oracle.bmc.generativeai.requests.CreateEndpointRequest
-
Packages that use CreateEndpointRequest Package Description com.oracle.bmc.generativeai com.oracle.bmc.generativeai.requests -
-
Uses of CreateEndpointRequest in com.oracle.bmc.generativeai
Methods in com.oracle.bmc.generativeai with parameters of type CreateEndpointRequest Modifier and Type Method Description CreateEndpointResponse
GenerativeAi. createEndpoint(CreateEndpointRequest request)
Creates an endpoint.Future<CreateEndpointResponse>
GenerativeAiAsync. createEndpoint(CreateEndpointRequest request, AsyncHandler<CreateEndpointRequest,CreateEndpointResponse> handler)
Creates an endpoint.Future<CreateEndpointResponse>
GenerativeAiAsyncClient. createEndpoint(CreateEndpointRequest request, AsyncHandler<CreateEndpointRequest,CreateEndpointResponse> handler)
CreateEndpointResponse
GenerativeAiClient. createEndpoint(CreateEndpointRequest request)
Method parameters in com.oracle.bmc.generativeai with type arguments of type CreateEndpointRequest Modifier and Type Method Description Future<CreateEndpointResponse>
GenerativeAiAsync. createEndpoint(CreateEndpointRequest request, AsyncHandler<CreateEndpointRequest,CreateEndpointResponse> handler)
Creates an endpoint.Future<CreateEndpointResponse>
GenerativeAiAsyncClient. createEndpoint(CreateEndpointRequest request, AsyncHandler<CreateEndpointRequest,CreateEndpointResponse> handler)
-
Uses of CreateEndpointRequest in com.oracle.bmc.generativeai.requests
Methods in com.oracle.bmc.generativeai.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.generativeai.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.
-