Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.IngestionJobStatistics.Builder
Packages that use IngestionJobStatistics.Builder
-
Uses of IngestionJobStatistics.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return IngestionJobStatistics.BuilderModifier and TypeMethodDescriptionIngestionJobStatistics.builder()IngestionJobStatistics.Builder.numberOfDocumentsDeleted(Long numberOfDocumentsDeleted) The number of source documents that were deleted.IngestionJobStatistics.Builder.numberOfDocumentsFailed(Long numberOfDocumentsFailed) The number of source documents that failed to be ingested.IngestionJobStatistics.Builder.numberOfDocumentsScanned(Long numberOfDocumentsScanned) The total number of source documents that were scanned.IngestionJobStatistics.Builder.numberOfMetadataDocumentsModified(Long numberOfMetadataDocumentsModified) The number of metadata files that were updated or deleted.IngestionJobStatistics.Builder.numberOfMetadataDocumentsScanned(Long numberOfMetadataDocumentsScanned) The total number of metadata files that were scanned.IngestionJobStatistics.Builder.numberOfModifiedDocumentsIndexed(Long numberOfModifiedDocumentsIndexed) The number of modified source documents in the data source that were successfully indexed.IngestionJobStatistics.Builder.numberOfNewDocumentsIndexed(Long numberOfNewDocumentsIndexed) The number of new source documents in the data source that were successfully indexed.IngestionJobStatistics.toBuilder()Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type IngestionJobStatistics.BuilderModifier and TypeMethodDescriptionstatic Class<? extends IngestionJobStatistics.Builder>IngestionJobStatistics.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagent.model with type arguments of type IngestionJobStatistics.BuilderModifier and TypeMethodDescriptiondefault IngestionJob.BuilderIngestionJob.Builder.statistics(Consumer<IngestionJobStatistics.Builder> statistics) Contains statistics about the data ingestion job.default IngestionJobSummary.BuilderIngestionJobSummary.Builder.statistics(Consumer<IngestionJobStatistics.Builder> statistics) Contains statistics for the data ingestion job.