Uses of Class
software.amazon.awssdk.services.bedrockagent.model.IngestKnowledgeBaseDocumentsResponse
-
Packages that use IngestKnowledgeBaseDocumentsResponse Package Description software.amazon.awssdk.services.bedrockagent 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 IngestKnowledgeBaseDocumentsResponse Modifier and Type Method Description default IngestKnowledgeBaseDocumentsResponseBedrockAgentClient. ingestKnowledgeBaseDocuments(Consumer<IngestKnowledgeBaseDocumentsRequest.Builder> ingestKnowledgeBaseDocumentsRequest)Ingests documents directly into the knowledge base that is connected to the data source.default IngestKnowledgeBaseDocumentsResponseBedrockAgentClient. 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 IngestKnowledgeBaseDocumentsResponse Modifier and Type Method Description default CompletableFuture<IngestKnowledgeBaseDocumentsResponse>BedrockAgentAsyncClient. ingestKnowledgeBaseDocuments(Consumer<IngestKnowledgeBaseDocumentsRequest.Builder> ingestKnowledgeBaseDocumentsRequest)Ingests documents directly into the knowledge base that is connected to the data source.default CompletableFuture<IngestKnowledgeBaseDocumentsResponse>BedrockAgentAsyncClient. ingestKnowledgeBaseDocuments(IngestKnowledgeBaseDocumentsRequest ingestKnowledgeBaseDocumentsRequest)Ingests documents directly into the knowledge base that is connected to the data source.
-