Uses of Class
com.oracle.bmc.generativeai.model.CreateSemanticStoreDetails
-
Packages that use CreateSemanticStoreDetails Package Description com.oracle.bmc.generativeai.model com.oracle.bmc.generativeai.requests -
-
Uses of CreateSemanticStoreDetails in com.oracle.bmc.generativeai.model
Methods in com.oracle.bmc.generativeai.model that return CreateSemanticStoreDetails Modifier and Type Method Description CreateSemanticStoreDetailsCreateSemanticStoreDetails.Builder. build()Methods in com.oracle.bmc.generativeai.model with parameters of type CreateSemanticStoreDetails Modifier and Type Method Description CreateSemanticStoreDetails.BuilderCreateSemanticStoreDetails.Builder. copy(CreateSemanticStoreDetails model) -
Uses of CreateSemanticStoreDetails in com.oracle.bmc.generativeai.requests
Methods in com.oracle.bmc.generativeai.requests that return CreateSemanticStoreDetails Modifier and Type Method Description CreateSemanticStoreDetailsCreateSemanticStoreRequest. getBody$()Alternative accessor for the body parameter.CreateSemanticStoreDetailsCreateSemanticStoreRequest. getCreateSemanticStoreDetails()Details for the new SemanticStore.Methods in com.oracle.bmc.generativeai.requests with parameters of type CreateSemanticStoreDetails Modifier and Type Method Description CreateSemanticStoreRequest.BuilderCreateSemanticStoreRequest.Builder. body$(CreateSemanticStoreDetails body)Alternative setter for the body parameter.CreateSemanticStoreRequest.BuilderCreateSemanticStoreRequest.Builder. createSemanticStoreDetails(CreateSemanticStoreDetails createSemanticStoreDetails)Details for the new SemanticStore.
-