Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.KnowledgeBaseConfiguration.Builder
Packages that use KnowledgeBaseConfiguration.Builder
-
Uses of KnowledgeBaseConfiguration.Builder in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return KnowledgeBaseConfiguration.BuilderModifier and TypeMethodDescriptionKnowledgeBaseConfiguration.builder()KnowledgeBaseConfiguration.Builder.knowledgeBaseId(String knowledgeBaseId) The unique identifier for a knowledge base attached to the agent.KnowledgeBaseConfiguration.Builder.retrievalConfiguration(Consumer<KnowledgeBaseRetrievalConfiguration.Builder> retrievalConfiguration) The configurations to apply to the knowledge base during query.KnowledgeBaseConfiguration.Builder.retrievalConfiguration(KnowledgeBaseRetrievalConfiguration retrievalConfiguration) The configurations to apply to the knowledge base during query.KnowledgeBaseConfiguration.toBuilder()Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type KnowledgeBaseConfiguration.BuilderModifier and TypeMethodDescriptionstatic Class<? extends KnowledgeBaseConfiguration.Builder>KnowledgeBaseConfiguration.serializableBuilderClass()