Uses of Class
com.oracle.bmc.generativeai.model.CreateEndpointDetails
-
Packages that use CreateEndpointDetails Package Description com.oracle.bmc.generativeai.model com.oracle.bmc.generativeai.requests -
-
Uses of CreateEndpointDetails in com.oracle.bmc.generativeai.model
Methods in com.oracle.bmc.generativeai.model that return CreateEndpointDetails Modifier and Type Method Description CreateEndpointDetails
CreateEndpointDetails.Builder. build()
Methods in com.oracle.bmc.generativeai.model with parameters of type CreateEndpointDetails Modifier and Type Method Description CreateEndpointDetails.Builder
CreateEndpointDetails.Builder. copy(CreateEndpointDetails model)
-
Uses of CreateEndpointDetails in com.oracle.bmc.generativeai.requests
Methods in com.oracle.bmc.generativeai.requests that return CreateEndpointDetails Modifier and Type Method Description CreateEndpointDetails
CreateEndpointRequest. getBody$()
Alternative accessor for the body parameter.CreateEndpointDetails
CreateEndpointRequest. getCreateEndpointDetails()
Details for the new endpoint.Methods in com.oracle.bmc.generativeai.requests with parameters of type CreateEndpointDetails Modifier and Type Method Description CreateEndpointRequest.Builder
CreateEndpointRequest.Builder. body$(CreateEndpointDetails body)
Alternative setter for the body parameter.CreateEndpointRequest.Builder
CreateEndpointRequest.Builder. createEndpointDetails(CreateEndpointDetails createEndpointDetails)
Details for the new endpoint.
-