Uses of Class
com.oracle.bmc.generativeai.model.CreateHostedDeploymentDetails
-
Packages that use CreateHostedDeploymentDetails Package Description com.oracle.bmc.generativeai.model com.oracle.bmc.generativeai.requests -
-
Uses of CreateHostedDeploymentDetails in com.oracle.bmc.generativeai.model
Methods in com.oracle.bmc.generativeai.model that return CreateHostedDeploymentDetails Modifier and Type Method Description CreateHostedDeploymentDetailsCreateHostedDeploymentDetails.Builder. build()Methods in com.oracle.bmc.generativeai.model with parameters of type CreateHostedDeploymentDetails Modifier and Type Method Description CreateHostedDeploymentDetails.BuilderCreateHostedDeploymentDetails.Builder. copy(CreateHostedDeploymentDetails model) -
Uses of CreateHostedDeploymentDetails in com.oracle.bmc.generativeai.requests
Methods in com.oracle.bmc.generativeai.requests that return CreateHostedDeploymentDetails Modifier and Type Method Description CreateHostedDeploymentDetailsCreateHostedDeploymentRequest. getBody$()Alternative accessor for the body parameter.CreateHostedDeploymentDetailsCreateHostedDeploymentRequest. getCreateHostedDeploymentDetails()Details for the new hosted deployment.Methods in com.oracle.bmc.generativeai.requests with parameters of type CreateHostedDeploymentDetails Modifier and Type Method Description CreateHostedDeploymentRequest.BuilderCreateHostedDeploymentRequest.Builder. body$(CreateHostedDeploymentDetails body)Alternative setter for the body parameter.CreateHostedDeploymentRequest.BuilderCreateHostedDeploymentRequest.Builder. createHostedDeploymentDetails(CreateHostedDeploymentDetails createHostedDeploymentDetails)Details for the new hosted deployment.
-