| Package | Description |
|---|---|
| software.amazon.awssdk.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
List<BatchPutDocumentResponseFailedDocument> |
BatchPutDocumentResponse.failedDocuments()
A list of documents that were not added to the index because the document failed a validation check.
|
| Modifier and Type | Method and Description |
|---|---|
BatchPutDocumentResponse.Builder |
BatchPutDocumentResponse.Builder.failedDocuments(BatchPutDocumentResponseFailedDocument... failedDocuments)
A list of documents that were not added to the index because the document failed a validation check.
|
| Modifier and Type | Method and Description |
|---|---|
BatchPutDocumentResponse.Builder |
BatchPutDocumentResponse.Builder.failedDocuments(Collection<BatchPutDocumentResponseFailedDocument> failedDocuments)
A list of documents that were not added to the index because the document failed a validation check.
|
Copyright © 2020. All rights reserved.