Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.KnowledgeBaseConfiguration
Packages that use KnowledgeBaseConfiguration
-
Uses of KnowledgeBaseConfiguration in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type KnowledgeBaseConfigurationModifier and TypeMethodDescriptionfinal List<KnowledgeBaseConfiguration>SessionState.knowledgeBaseConfigurations()An array of configurations, each of which applies to a knowledge base attached to the agent.Methods in software.amazon.awssdk.services.bedrockagentruntime.model with parameters of type KnowledgeBaseConfigurationModifier and TypeMethodDescriptionSessionState.Builder.knowledgeBaseConfigurations(KnowledgeBaseConfiguration... knowledgeBaseConfigurations) An array of configurations, each of which applies to a knowledge base attached to the agent.Method parameters in software.amazon.awssdk.services.bedrockagentruntime.model with type arguments of type KnowledgeBaseConfigurationModifier and TypeMethodDescriptionSessionState.Builder.knowledgeBaseConfigurations(Collection<KnowledgeBaseConfiguration> knowledgeBaseConfigurations) An array of configurations, each of which applies to a knowledge base attached to the agent.