Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.KnowledgeBase
Packages that use KnowledgeBase
-
Uses of KnowledgeBase in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type KnowledgeBaseModifier and TypeMethodDescriptionfinal List<KnowledgeBase>Collaborator.knowledgeBases()Knowledge base associated with the inline collaborator agent.final List<KnowledgeBase>InvokeInlineAgentRequest.knowledgeBases()Contains information of the knowledge bases to associate with.Methods in software.amazon.awssdk.services.bedrockagentruntime.model with parameters of type KnowledgeBaseModifier and TypeMethodDescriptionCollaborator.Builder.knowledgeBases(KnowledgeBase... knowledgeBases) Knowledge base associated with the inline collaborator agent.InvokeInlineAgentRequest.Builder.knowledgeBases(KnowledgeBase... knowledgeBases) Contains information of the knowledge bases to associate with.Method parameters in software.amazon.awssdk.services.bedrockagentruntime.model with type arguments of type KnowledgeBaseModifier and TypeMethodDescriptionCollaborator.Builder.knowledgeBases(Collection<KnowledgeBase> knowledgeBases) Knowledge base associated with the inline collaborator agent.InvokeInlineAgentRequest.Builder.knowledgeBases(Collection<KnowledgeBase> knowledgeBases) Contains information of the knowledge bases to associate with.