Uses of Class
software.amazon.awssdk.services.bedrockagent.model.IngestionJobStatistics
-
Packages that use IngestionJobStatistics Package Description software.amazon.awssdk.services.bedrockagent.model -
-
Uses of IngestionJobStatistics in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return IngestionJobStatistics Modifier and Type Method Description IngestionJobStatisticsIngestionJob. statistics()Contains statistics about the ingestion job.IngestionJobStatisticsIngestionJobSummary. statistics()Contains statistics for the ingestion job.Methods in software.amazon.awssdk.services.bedrockagent.model with parameters of type IngestionJobStatistics Modifier and Type Method Description IngestionJob.BuilderIngestionJob.Builder. statistics(IngestionJobStatistics statistics)Contains statistics about the ingestion job.IngestionJobSummary.BuilderIngestionJobSummary.Builder. statistics(IngestionJobStatistics statistics)Contains statistics for the ingestion job.
-