Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.KnowledgeBase
-
Packages that use KnowledgeBase Package Description software.amazon.awssdk.services.bedrockagentruntime.model -
-
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 KnowledgeBase Modifier and Type Method Description List<KnowledgeBase>Collaborator. knowledgeBases()Knowledge base associated with the inline collaborator agent.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 KnowledgeBase Modifier and Type Method Description Collaborator.BuilderCollaborator.Builder. knowledgeBases(KnowledgeBase... knowledgeBases)Knowledge base associated with the inline collaborator agent.InvokeInlineAgentRequest.BuilderInvokeInlineAgentRequest.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 KnowledgeBase Modifier and Type Method Description Collaborator.BuilderCollaborator.Builder. knowledgeBases(Collection<KnowledgeBase> knowledgeBases)Knowledge base associated with the inline collaborator agent.InvokeInlineAgentRequest.BuilderInvokeInlineAgentRequest.Builder. knowledgeBases(Collection<KnowledgeBase> knowledgeBases)Contains information of the knowledge bases to associate with.
-