Uses of Class
com.oracle.bmc.generativeaiagent.model.Index
-
Packages that use Index Package Description com.oracle.bmc.generativeaiagent.model -
-
Uses of Index in com.oracle.bmc.generativeaiagent.model
Methods in com.oracle.bmc.generativeaiagent.model that return Index Modifier and Type Method Description Index
Index.Builder. build()
Methods in com.oracle.bmc.generativeaiagent.model that return types with arguments of type Index Modifier and Type Method Description List<Index>
OciOpenSearchIndexConfig. getIndexes()
Index configuration for open search.Methods in com.oracle.bmc.generativeaiagent.model with parameters of type Index Modifier and Type Method Description Index.Builder
Index.Builder. copy(Index model)
Method parameters in com.oracle.bmc.generativeaiagent.model with type arguments of type Index Modifier and Type Method Description OciOpenSearchIndexConfig.Builder
OciOpenSearchIndexConfig.Builder. indexes(List<Index> indexes)
Index configuration for open search.Constructor parameters in com.oracle.bmc.generativeaiagent.model with type arguments of type Index Constructor Description OciOpenSearchIndexConfig(String clusterId, SecretDetail secretDetail, List<Index> indexes)
Deprecated.
-