| Package | Description |
|---|---|
| com.amazonaws.services.kendra |
Amazon Kendra is a service for indexing large document sets.
|
| com.amazonaws.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
Future<BatchPutDocumentResult> |
AWSkendraAsyncClient.batchPutDocumentAsync(BatchPutDocumentRequest request,
AsyncHandler<BatchPutDocumentRequest,BatchPutDocumentResult> asyncHandler) |
Future<BatchPutDocumentResult> |
AbstractAWSkendraAsync.batchPutDocumentAsync(BatchPutDocumentRequest request,
AsyncHandler<BatchPutDocumentRequest,BatchPutDocumentResult> asyncHandler) |
Future<BatchPutDocumentResult> |
AWSkendraAsync.batchPutDocumentAsync(BatchPutDocumentRequest batchPutDocumentRequest,
AsyncHandler<BatchPutDocumentRequest,BatchPutDocumentResult> asyncHandler)
Adds one or more documents to an index.
|
| Modifier and Type | Method and Description |
|---|---|
BatchPutDocumentRequest |
BatchPutDocumentRequest.clone() |
BatchPutDocumentRequest |
BatchPutDocumentRequest.withCustomDocumentEnrichmentConfiguration(CustomDocumentEnrichmentConfiguration customDocumentEnrichmentConfiguration)
Configuration information for altering your document metadata and content during the document ingestion process
when you use the
BatchPutDocument API. |
BatchPutDocumentRequest |
BatchPutDocumentRequest.withDocuments(Collection<Document> documents)
One or more documents to add to the index.
|
BatchPutDocumentRequest |
BatchPutDocumentRequest.withDocuments(Document... documents)
One or more documents to add to the index.
|
BatchPutDocumentRequest |
BatchPutDocumentRequest.withIndexId(String indexId)
The identifier of the index to add the documents to.
|
BatchPutDocumentRequest |
BatchPutDocumentRequest.withRoleArn(String roleArn)
The Amazon Resource Name (ARN) of an IAM role with permission to access your S3 bucket.
|
Copyright © 2023. All rights reserved.