Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.KnowledgeBase.Builder
-
Packages that use KnowledgeBase.Builder Package Description software.amazon.awssdk.services.bedrockagentruntime.model -
-
Uses of KnowledgeBase.Builder in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return KnowledgeBase.Builder Modifier and Type Method Description static KnowledgeBase.BuilderKnowledgeBase. builder()KnowledgeBase.BuilderKnowledgeBase.Builder. description(String description)The description of the knowledge base associated with the inline agent.KnowledgeBase.BuilderKnowledgeBase.Builder. knowledgeBaseId(String knowledgeBaseId)The unique identifier for a knowledge base associated with the inline agent.default KnowledgeBase.BuilderKnowledgeBase.Builder. retrievalConfiguration(Consumer<KnowledgeBaseRetrievalConfiguration.Builder> retrievalConfiguration)The configurations to apply to the knowledge base during query.KnowledgeBase.BuilderKnowledgeBase.Builder. retrievalConfiguration(KnowledgeBaseRetrievalConfiguration retrievalConfiguration)The configurations to apply to the knowledge base during query.KnowledgeBase.BuilderKnowledgeBase. toBuilder()Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type KnowledgeBase.Builder Modifier and Type Method Description static Class<? extends KnowledgeBase.Builder>KnowledgeBase. serializableBuilderClass()
-