Uses of Class
software.amazon.awssdk.services.entityresolution.model.JobMetrics
-
Packages that use JobMetrics Package Description software.amazon.awssdk.services.entityresolution.model -
-
Uses of JobMetrics in software.amazon.awssdk.services.entityresolution.model
Methods in software.amazon.awssdk.services.entityresolution.model that return JobMetrics Modifier and Type Method Description JobMetricsGetMatchingJobResponse. metrics()Metrics associated with the execution, specifically total records processed, unique IDs generated, and records the execution skipped.Methods in software.amazon.awssdk.services.entityresolution.model with parameters of type JobMetrics Modifier and Type Method Description GetMatchingJobResponse.BuilderGetMatchingJobResponse.Builder. metrics(JobMetrics metrics)Metrics associated with the execution, specifically total records processed, unique IDs generated, and records the execution skipped.
-