Uses of Class
com.oracle.bmc.generativeai.requests.CreateHostedDeploymentRequest
-
Packages that use CreateHostedDeploymentRequest Package Description com.oracle.bmc.generativeai com.oracle.bmc.generativeai.requests -
-
Uses of CreateHostedDeploymentRequest in com.oracle.bmc.generativeai
Methods in com.oracle.bmc.generativeai with parameters of type CreateHostedDeploymentRequest Modifier and Type Method Description CreateHostedDeploymentResponseGenerativeAi. createHostedDeployment(CreateHostedDeploymentRequest request)Creates a hosted deployment.Future<CreateHostedDeploymentResponse>GenerativeAiAsync. createHostedDeployment(CreateHostedDeploymentRequest request, AsyncHandler<CreateHostedDeploymentRequest,CreateHostedDeploymentResponse> handler)Creates a hosted deployment.Future<CreateHostedDeploymentResponse>GenerativeAiAsyncClient. createHostedDeployment(CreateHostedDeploymentRequest request, AsyncHandler<CreateHostedDeploymentRequest,CreateHostedDeploymentResponse> handler)CreateHostedDeploymentResponseGenerativeAiClient. createHostedDeployment(CreateHostedDeploymentRequest request)Method parameters in com.oracle.bmc.generativeai with type arguments of type CreateHostedDeploymentRequest Modifier and Type Method Description Future<CreateHostedDeploymentResponse>GenerativeAiAsync. createHostedDeployment(CreateHostedDeploymentRequest request, AsyncHandler<CreateHostedDeploymentRequest,CreateHostedDeploymentResponse> handler)Creates a hosted deployment.Future<CreateHostedDeploymentResponse>GenerativeAiAsyncClient. createHostedDeployment(CreateHostedDeploymentRequest request, AsyncHandler<CreateHostedDeploymentRequest,CreateHostedDeploymentResponse> handler) -
Uses of CreateHostedDeploymentRequest in com.oracle.bmc.generativeai.requests
Methods in com.oracle.bmc.generativeai.requests that return CreateHostedDeploymentRequest Modifier and Type Method Description CreateHostedDeploymentRequestCreateHostedDeploymentRequest.Builder. build()Build the instance of CreateHostedDeploymentRequest as configured by this builderCreateHostedDeploymentRequestCreateHostedDeploymentRequest.Builder. buildWithoutInvocationCallback()Build the instance of CreateHostedDeploymentRequest as configured by this builderMethods in com.oracle.bmc.generativeai.requests with parameters of type CreateHostedDeploymentRequest Modifier and Type Method Description CreateHostedDeploymentRequest.BuilderCreateHostedDeploymentRequest.Builder. copy(CreateHostedDeploymentRequest o)Copy method to populate the builder with values from the given instance.
-