| Package | Description |
|---|---|
| com.amazonaws.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
DataSourceSyncJobMetrics |
DataSourceSyncJobMetrics.clone() |
DataSourceSyncJobMetrics |
DataSourceSyncJob.getMetrics()
Maps a batch delete document request to a specific data source sync job.
|
DataSourceSyncJobMetrics |
DataSourceSyncJobMetrics.withDocumentsAdded(String documentsAdded)
The number of documents added from the data source up to now in the data source sync.
|
DataSourceSyncJobMetrics |
DataSourceSyncJobMetrics.withDocumentsDeleted(String documentsDeleted)
The number of documents deleted from the data source up to now in the data source sync run.
|
DataSourceSyncJobMetrics |
DataSourceSyncJobMetrics.withDocumentsFailed(String documentsFailed)
The number of documents that failed to sync from the data source up to now in the data source sync run.
|
DataSourceSyncJobMetrics |
DataSourceSyncJobMetrics.withDocumentsModified(String documentsModified)
The number of documents modified in the data source up to now in the data source sync run.
|
DataSourceSyncJobMetrics |
DataSourceSyncJobMetrics.withDocumentsScanned(String documentsScanned)
The current number of documents crawled by the current sync job in the data source.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DataSourceSyncJob.setMetrics(DataSourceSyncJobMetrics metrics)
Maps a batch delete document request to a specific data source sync job.
|
DataSourceSyncJob |
DataSourceSyncJob.withMetrics(DataSourceSyncJobMetrics metrics)
Maps a batch delete document request to a specific data source sync job.
|
Copyright © 2020. All rights reserved.