| Package | Description |
|---|---|
| com.amazonaws.services.bedrockagent.model |
| Modifier and Type | Method and Description |
|---|---|
IngestionJobStatistics |
IngestionJobStatistics.clone() |
IngestionJobStatistics |
IngestionJob.getStatistics() |
IngestionJobStatistics |
IngestionJobSummary.getStatistics() |
IngestionJobStatistics |
IngestionJobStatistics.withNumberOfDocumentsDeleted(Long numberOfDocumentsDeleted)
Number of deleted documents
|
IngestionJobStatistics |
IngestionJobStatistics.withNumberOfDocumentsFailed(Long numberOfDocumentsFailed)
Number of failed documents
|
IngestionJobStatistics |
IngestionJobStatistics.withNumberOfDocumentsScanned(Long numberOfDocumentsScanned)
Number of scanned documents
|
IngestionJobStatistics |
IngestionJobStatistics.withNumberOfModifiedDocumentsIndexed(Long numberOfModifiedDocumentsIndexed)
Number of modified documents indexed
|
IngestionJobStatistics |
IngestionJobStatistics.withNumberOfNewDocumentsIndexed(Long numberOfNewDocumentsIndexed)
Number of indexed documents
|
| Modifier and Type | Method and Description |
|---|---|
void |
IngestionJob.setStatistics(IngestionJobStatistics statistics) |
void |
IngestionJobSummary.setStatistics(IngestionJobStatistics statistics) |
IngestionJob |
IngestionJob.withStatistics(IngestionJobStatistics statistics) |
IngestionJobSummary |
IngestionJobSummary.withStatistics(IngestionJobStatistics statistics) |
Copyright © 2024. All rights reserved.