Uses of Class
com.oracle.bmc.generativeaiagentruntime.model.KnowledgeBaseMetadataValue
-
Packages that use KnowledgeBaseMetadataValue Package Description com.oracle.bmc.generativeaiagentruntime.model -
-
Uses of KnowledgeBaseMetadataValue in com.oracle.bmc.generativeaiagentruntime.model
Methods in com.oracle.bmc.generativeaiagentruntime.model that return KnowledgeBaseMetadataValue Modifier and Type Method Description KnowledgeBaseMetadataValue
KnowledgeBaseMetadataValue.Builder. build()
Methods in com.oracle.bmc.generativeaiagentruntime.model that return types with arguments of type KnowledgeBaseMetadataValue Modifier and Type Method Description List<KnowledgeBaseMetadataValue>
KnowledgeBaseMetadataSummary. getValues()
List of metadata values available in the knowledge base along with the matching documents count.Methods in com.oracle.bmc.generativeaiagentruntime.model with parameters of type KnowledgeBaseMetadataValue Modifier and Type Method Description KnowledgeBaseMetadataValue.Builder
KnowledgeBaseMetadataValue.Builder. copy(KnowledgeBaseMetadataValue model)
Method parameters in com.oracle.bmc.generativeaiagentruntime.model with type arguments of type KnowledgeBaseMetadataValue Modifier and Type Method Description KnowledgeBaseMetadataSummary.Builder
KnowledgeBaseMetadataSummary.Builder. values(List<KnowledgeBaseMetadataValue> values)
List of metadata values available in the knowledge base along with the matching documents count.
-