Uses of Class
software.amazon.awssdk.services.bedrockagent.model.GetAgentKnowledgeBaseResponse
Packages that use GetAgentKnowledgeBaseResponse
Package
Description
Describes the API operations for creating and managing Amazon Bedrock agents.
-
Uses of GetAgentKnowledgeBaseResponse in software.amazon.awssdk.services.bedrockagent
Methods in software.amazon.awssdk.services.bedrockagent that return GetAgentKnowledgeBaseResponseModifier and TypeMethodDescriptiondefault GetAgentKnowledgeBaseResponseBedrockAgentClient.getAgentKnowledgeBase(Consumer<GetAgentKnowledgeBaseRequest.Builder> getAgentKnowledgeBaseRequest) Gets information about a knowledge base associated with an agent.default GetAgentKnowledgeBaseResponseBedrockAgentClient.getAgentKnowledgeBase(GetAgentKnowledgeBaseRequest getAgentKnowledgeBaseRequest) Gets information about a knowledge base associated with an agent.Methods in software.amazon.awssdk.services.bedrockagent that return types with arguments of type GetAgentKnowledgeBaseResponseModifier and TypeMethodDescriptionBedrockAgentAsyncClient.getAgentKnowledgeBase(Consumer<GetAgentKnowledgeBaseRequest.Builder> getAgentKnowledgeBaseRequest) Gets information about a knowledge base associated with an agent.BedrockAgentAsyncClient.getAgentKnowledgeBase(GetAgentKnowledgeBaseRequest getAgentKnowledgeBaseRequest) Gets information about a knowledge base associated with an agent.