Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.IngestionJobStatistics.Builder
-
Packages that use IngestionJobStatistics.Builder Package Description software.amazon.awssdk.services.bedrockagent.model -
-
Uses of IngestionJobStatistics.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return IngestionJobStatistics.Builder Modifier and Type Method Description static IngestionJobStatistics.BuilderIngestionJobStatistics. builder()IngestionJobStatistics.BuilderIngestionJobStatistics.Builder. numberOfDocumentsDeleted(Long numberOfDocumentsDeleted)Number of deleted documentsIngestionJobStatistics.BuilderIngestionJobStatistics.Builder. numberOfDocumentsFailed(Long numberOfDocumentsFailed)Number of failed documentsIngestionJobStatistics.BuilderIngestionJobStatistics.Builder. numberOfDocumentsScanned(Long numberOfDocumentsScanned)Number of scanned documentsIngestionJobStatistics.BuilderIngestionJobStatistics.Builder. numberOfModifiedDocumentsIndexed(Long numberOfModifiedDocumentsIndexed)Number of modified documents indexedIngestionJobStatistics.BuilderIngestionJobStatistics.Builder. numberOfNewDocumentsIndexed(Long numberOfNewDocumentsIndexed)Number of indexed documentsIngestionJobStatistics.BuilderIngestionJobStatistics. toBuilder()Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type IngestionJobStatistics.Builder Modifier and Type Method Description static Class<? extends IngestionJobStatistics.Builder>IngestionJobStatistics. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagent.model with type arguments of type IngestionJobStatistics.Builder Modifier and Type Method Description default IngestionJob.BuilderIngestionJob.Builder. statistics(Consumer<IngestionJobStatistics.Builder> statistics)Sets the value of the Statistics property for this object.default IngestionJobSummary.BuilderIngestionJobSummary.Builder. statistics(Consumer<IngestionJobStatistics.Builder> statistics)Sets the value of the Statistics property for this object.
-