Uses of Class
com.oracle.bmc.generativeaiagent.model.KnowledgeBaseStatistics
-
Packages that use KnowledgeBaseStatistics Package Description com.oracle.bmc.generativeaiagent.model -
-
Uses of KnowledgeBaseStatistics in com.oracle.bmc.generativeaiagent.model
Methods in com.oracle.bmc.generativeaiagent.model that return KnowledgeBaseStatistics Modifier and Type Method Description KnowledgeBaseStatistics
KnowledgeBaseStatistics.Builder. build()
KnowledgeBaseStatistics
KnowledgeBase. getKnowledgeBaseStatistics()
Methods in com.oracle.bmc.generativeaiagent.model with parameters of type KnowledgeBaseStatistics Modifier and Type Method Description KnowledgeBaseStatistics.Builder
KnowledgeBaseStatistics.Builder. copy(KnowledgeBaseStatistics model)
KnowledgeBase.Builder
KnowledgeBase.Builder. knowledgeBaseStatistics(KnowledgeBaseStatistics knowledgeBaseStatistics)
Constructors in com.oracle.bmc.generativeaiagent.model with parameters of type KnowledgeBaseStatistics Constructor Description KnowledgeBase(String id, String displayName, String description, String compartmentId, IndexConfig indexConfig, KnowledgeBaseStatistics knowledgeBaseStatistics, Date timeCreated, Date timeUpdated, KnowledgeBase.LifecycleState lifecycleState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.
-