| Package | Description |
|---|---|
| com.amazonaws.services.bedrockagent.model |
| Modifier and Type | Method and Description |
|---|---|
IngestionJobStatistics |
IngestionJobStatistics.clone() |
IngestionJobStatistics |
IngestionJobSummary.getStatistics()
Contains statistics for the ingestion job.
|
IngestionJobStatistics |
IngestionJob.getStatistics()
Contains statistics about the ingestion job.
|
IngestionJobStatistics |
IngestionJobStatistics.withNumberOfDocumentsDeleted(Long numberOfDocumentsDeleted)
The number of source documents that was deleted.
|
IngestionJobStatistics |
IngestionJobStatistics.withNumberOfDocumentsFailed(Long numberOfDocumentsFailed)
The number of source documents that failed to be ingested.
|
IngestionJobStatistics |
IngestionJobStatistics.withNumberOfDocumentsScanned(Long numberOfDocumentsScanned)
The total number of source documents that were scanned.
|
IngestionJobStatistics |
IngestionJobStatistics.withNumberOfMetadataDocumentsModified(Long numberOfMetadataDocumentsModified)
The number of metadata files that were updated or deleted.
|
IngestionJobStatistics |
IngestionJobStatistics.withNumberOfMetadataDocumentsScanned(Long numberOfMetadataDocumentsScanned)
The total number of metadata files that were scanned.
|
IngestionJobStatistics |
IngestionJobStatistics.withNumberOfModifiedDocumentsIndexed(Long numberOfModifiedDocumentsIndexed)
The number of modified source documents in the data source that were successfully indexed.
|
IngestionJobStatistics |
IngestionJobStatistics.withNumberOfNewDocumentsIndexed(Long numberOfNewDocumentsIndexed)
The number of new source documents in the data source that were successfully indexed.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IngestionJobSummary.setStatistics(IngestionJobStatistics statistics)
Contains statistics for the ingestion job.
|
void |
IngestionJob.setStatistics(IngestionJobStatistics statistics)
Contains statistics about the ingestion job.
|
IngestionJobSummary |
IngestionJobSummary.withStatistics(IngestionJobStatistics statistics)
Contains statistics for the ingestion job.
|
IngestionJob |
IngestionJob.withStatistics(IngestionJobStatistics statistics)
Contains statistics about the ingestion job.
|
Copyright © 2025. All rights reserved.