Uses of Class
software.amazon.awssdk.services.bedrockagent.model.AgentKnowledgeBase
Packages that use AgentKnowledgeBase
-
Uses of AgentKnowledgeBase in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return AgentKnowledgeBaseModifier and TypeMethodDescriptionfinal AgentKnowledgeBaseAssociateAgentKnowledgeBaseResponse.agentKnowledgeBase()Contains details about the knowledge base that has been associated with the agent.final AgentKnowledgeBaseGetAgentKnowledgeBaseResponse.agentKnowledgeBase()Contains details about a knowledge base attached to an agent.final 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 AgentKnowledgeBaseModifier and TypeMethodDescriptionAssociateAgentKnowledgeBaseResponse.Builder.agentKnowledgeBase(AgentKnowledgeBase agentKnowledgeBase) Contains details about the knowledge base that has been associated with the agent.GetAgentKnowledgeBaseResponse.Builder.agentKnowledgeBase(AgentKnowledgeBase agentKnowledgeBase) Contains details about a knowledge base attached to an agent.UpdateAgentKnowledgeBaseResponse.Builder.agentKnowledgeBase(AgentKnowledgeBase agentKnowledgeBase) Contains details about the knowledge base that has been associated with an agent.