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()Returns the value of the Statistics property for this object.IngestionJobStatisticsIngestionJobSummary. statistics()Returns the value of the Statistics property for this object.Methods in software.amazon.awssdk.services.bedrockagent.model with parameters of type IngestionJobStatistics Modifier and Type Method Description IngestionJob.BuilderIngestionJob.Builder. statistics(IngestionJobStatistics statistics)Sets the value of the Statistics property for this object.IngestionJobSummary.BuilderIngestionJobSummary.Builder. statistics(IngestionJobStatistics statistics)Sets the value of the Statistics property for this object.
-