Uses of Class
software.amazon.awssdk.services.bedrockagent.model.IngestionJobStatistics
Packages that use IngestionJobStatistics
-
Uses of IngestionJobStatistics in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return IngestionJobStatisticsModifier and TypeMethodDescriptionfinal IngestionJobStatisticsIngestionJob.statistics()Contains statistics about the data ingestion job.final IngestionJobStatisticsIngestionJobSummary.statistics()Contains statistics for the data ingestion job.Methods in software.amazon.awssdk.services.bedrockagent.model with parameters of type IngestionJobStatisticsModifier and TypeMethodDescriptionIngestionJob.Builder.statistics(IngestionJobStatistics statistics) Contains statistics about the data ingestion job.IngestionJobSummary.Builder.statistics(IngestionJobStatistics statistics) Contains statistics for the data ingestion job.