Uses of Class
com.oracle.bmc.generativeai.model.SemanticStoreSummary
-
Packages that use SemanticStoreSummary Package Description com.oracle.bmc.generativeai com.oracle.bmc.generativeai.model -
-
Uses of SemanticStoreSummary in com.oracle.bmc.generativeai
Methods in com.oracle.bmc.generativeai that return types with arguments of type SemanticStoreSummary Modifier and Type Method Description Iterable<SemanticStoreSummary>GenerativeAiPaginators. listSemanticStoresRecordIterator(ListSemanticStoresRequest request)Creates a new iterable which will iterate over theSemanticStoreSummaryobjects contained in responses from the listSemanticStores operation. -
Uses of SemanticStoreSummary in com.oracle.bmc.generativeai.model
Methods in com.oracle.bmc.generativeai.model that return SemanticStoreSummary Modifier and Type Method Description SemanticStoreSummarySemanticStoreSummary.Builder. build()Methods in com.oracle.bmc.generativeai.model that return types with arguments of type SemanticStoreSummary Modifier and Type Method Description List<SemanticStoreSummary>SemanticStoreCollection. getItems()List of SemanticStores.Methods in com.oracle.bmc.generativeai.model with parameters of type SemanticStoreSummary Modifier and Type Method Description SemanticStoreSummary.BuilderSemanticStoreSummary.Builder. copy(SemanticStoreSummary model)Method parameters in com.oracle.bmc.generativeai.model with type arguments of type SemanticStoreSummary Modifier and Type Method Description SemanticStoreCollection.BuilderSemanticStoreCollection.Builder. items(List<SemanticStoreSummary> items)List of SemanticStores.Constructor parameters in com.oracle.bmc.generativeai.model with type arguments of type SemanticStoreSummary Constructor Description SemanticStoreCollection(List<SemanticStoreSummary> items)Deprecated.
-