Uses of Class
software.amazon.awssdk.services.bedrockagent.model.GetKnowledgeBaseDocumentsResponse
Packages that use GetKnowledgeBaseDocumentsResponse
Package
Description
Describes the API operations for creating and managing Amazon Bedrock agents.
-
Uses of GetKnowledgeBaseDocumentsResponse in software.amazon.awssdk.services.bedrockagent
Methods in software.amazon.awssdk.services.bedrockagent that return GetKnowledgeBaseDocumentsResponseModifier and TypeMethodDescriptionBedrockAgentClient.getKnowledgeBaseDocuments(Consumer<GetKnowledgeBaseDocumentsRequest.Builder> getKnowledgeBaseDocumentsRequest) Retrieves specific documents from a data source that is connected to a knowledge base.BedrockAgentClient.getKnowledgeBaseDocuments(GetKnowledgeBaseDocumentsRequest getKnowledgeBaseDocumentsRequest) Retrieves specific documents from a data source that is connected to a knowledge base.Methods in software.amazon.awssdk.services.bedrockagent that return types with arguments of type GetKnowledgeBaseDocumentsResponseModifier and TypeMethodDescriptionBedrockAgentAsyncClient.getKnowledgeBaseDocuments(Consumer<GetKnowledgeBaseDocumentsRequest.Builder> getKnowledgeBaseDocumentsRequest) Retrieves specific documents from a data source that is connected to a knowledge base.BedrockAgentAsyncClient.getKnowledgeBaseDocuments(GetKnowledgeBaseDocumentsRequest getKnowledgeBaseDocumentsRequest) Retrieves specific documents from a data source that is connected to a knowledge base.