Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.KnowledgeBaseConfiguration
-
Packages that use KnowledgeBaseConfiguration Package Description software.amazon.awssdk.services.bedrockagentruntime.model -
-
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 KnowledgeBaseConfiguration Modifier and Type Method Description 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 KnowledgeBaseConfiguration Modifier and Type Method Description SessionState.BuilderSessionState.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 KnowledgeBaseConfiguration Modifier and Type Method Description SessionState.BuilderSessionState.Builder. knowledgeBaseConfigurations(Collection<KnowledgeBaseConfiguration> knowledgeBaseConfigurations)An array of configurations, each of which applies to a knowledge base attached to the agent.
-