Uses of Class
software.amazon.awssdk.services.bedrockagent.model.IngestKnowledgeBaseDocumentsRequest
-
Packages that use IngestKnowledgeBaseDocumentsRequest Package Description software.amazon.awssdk.services.bedrockagent Describes the API operations for creating and managing Amazon Bedrock agents.software.amazon.awssdk.services.bedrockagent.transform -
-
Uses of IngestKnowledgeBaseDocumentsRequest in software.amazon.awssdk.services.bedrockagent
Methods in software.amazon.awssdk.services.bedrockagent with parameters of type IngestKnowledgeBaseDocumentsRequest Modifier and Type Method Description default CompletableFuture<IngestKnowledgeBaseDocumentsResponse>BedrockAgentAsyncClient. ingestKnowledgeBaseDocuments(IngestKnowledgeBaseDocumentsRequest 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. -
Uses of IngestKnowledgeBaseDocumentsRequest in software.amazon.awssdk.services.bedrockagent.transform
Methods in software.amazon.awssdk.services.bedrockagent.transform with parameters of type IngestKnowledgeBaseDocumentsRequest Modifier and Type Method Description SdkHttpFullRequestIngestKnowledgeBaseDocumentsRequestMarshaller. marshall(IngestKnowledgeBaseDocumentsRequest ingestKnowledgeBaseDocumentsRequest)
-