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