Package | Description |
---|---|
com.oracle.bmc.generativeaiagentruntime.model |
Modifier and Type | Method and Description |
---|---|
KnowledgeBaseMetadataValue |
KnowledgeBaseMetadataValue.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<KnowledgeBaseMetadataValue> |
KnowledgeBaseMetadataSummary.getValues()
List of metadata values available in the knowledge base along with the matching documents
count.
|
Modifier and Type | Method and Description |
---|---|
KnowledgeBaseMetadataValue.Builder |
KnowledgeBaseMetadataValue.Builder.copy(KnowledgeBaseMetadataValue model) |
Modifier and Type | Method and Description |
---|---|
KnowledgeBaseMetadataSummary.Builder |
KnowledgeBaseMetadataSummary.Builder.values(List<KnowledgeBaseMetadataValue> values)
List of metadata values available in the knowledge base along with the matching documents
count.
|
Constructor and Description |
---|
KnowledgeBaseMetadataSummary(String name,
String type,
List<String> operations,
List<KnowledgeBaseMetadataValue> values,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
Copyright © 2016–2025. All rights reserved.