Uses of Class
software.amazon.awssdk.services.bedrockagent.model.AgentKnowledgeBase
-
Packages that use AgentKnowledgeBase Package Description software.amazon.awssdk.services.bedrockagent.model -
-
Uses of AgentKnowledgeBase in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return AgentKnowledgeBase Modifier and Type Method Description AgentKnowledgeBaseAssociateAgentKnowledgeBaseResponse. agentKnowledgeBase()Contains details about the knowledge base that has been associated with the agent.AgentKnowledgeBaseGetAgentKnowledgeBaseResponse. agentKnowledgeBase()Contains details about a knowledge base attached to an agent.AgentKnowledgeBaseUpdateAgentKnowledgeBaseResponse. agentKnowledgeBase()Contains details about the knowledge base that has been associated with an agent.Methods in software.amazon.awssdk.services.bedrockagent.model with parameters of type AgentKnowledgeBase Modifier and Type Method Description AssociateAgentKnowledgeBaseResponse.BuilderAssociateAgentKnowledgeBaseResponse.Builder. agentKnowledgeBase(AgentKnowledgeBase agentKnowledgeBase)Contains details about the knowledge base that has been associated with the agent.GetAgentKnowledgeBaseResponse.BuilderGetAgentKnowledgeBaseResponse.Builder. agentKnowledgeBase(AgentKnowledgeBase agentKnowledgeBase)Contains details about a knowledge base attached to an agent.UpdateAgentKnowledgeBaseResponse.BuilderUpdateAgentKnowledgeBaseResponse.Builder. agentKnowledgeBase(AgentKnowledgeBase agentKnowledgeBase)Contains details about the knowledge base that has been associated with an agent.
-