Uses of Class
software.amazon.awssdk.services.bedrockagent.model.IngestKnowledgeBaseDocumentsResponse
Packages that use IngestKnowledgeBaseDocumentsResponse
Package
Description
Describes the API operations for creating and managing Amazon Bedrock agents.
-
Uses of IngestKnowledgeBaseDocumentsResponse in software.amazon.awssdk.services.bedrockagent
Methods in software.amazon.awssdk.services.bedrockagent that return IngestKnowledgeBaseDocumentsResponseModifier and TypeMethodDescriptionBedrockAgentClient.ingestKnowledgeBaseDocuments(Consumer<IngestKnowledgeBaseDocumentsRequest.Builder> ingestKnowledgeBaseDocumentsRequest) Ingests documents directly into the knowledge base that is connected to the data source.BedrockAgentClient.ingestKnowledgeBaseDocuments(IngestKnowledgeBaseDocumentsRequest ingestKnowledgeBaseDocumentsRequest) Ingests documents directly into the knowledge base that is connected to the data source.Methods in software.amazon.awssdk.services.bedrockagent that return types with arguments of type IngestKnowledgeBaseDocumentsResponseModifier and TypeMethodDescriptionBedrockAgentAsyncClient.ingestKnowledgeBaseDocuments(Consumer<IngestKnowledgeBaseDocumentsRequest.Builder> ingestKnowledgeBaseDocumentsRequest) Ingests documents directly into the knowledge base that is connected to the data source.BedrockAgentAsyncClient.ingestKnowledgeBaseDocuments(IngestKnowledgeBaseDocumentsRequest ingestKnowledgeBaseDocumentsRequest) Ingests documents directly into the knowledge base that is connected to the data source.