Uses of Interface
software.amazon.awssdk.services.entityresolution.model.JobMetrics.Builder
-
Packages that use JobMetrics.Builder Package Description software.amazon.awssdk.services.entityresolution.model -
-
Uses of JobMetrics.Builder in software.amazon.awssdk.services.entityresolution.model
Methods in software.amazon.awssdk.services.entityresolution.model that return JobMetrics.Builder Modifier and Type Method Description static JobMetrics.BuilderJobMetrics. builder()JobMetrics.BuilderJobMetrics.Builder. inputRecords(Integer inputRecords)The total number of input records.JobMetrics.BuilderJobMetrics.Builder. matchIDs(Integer matchIDs)The total number ofmatchIDs generated.JobMetrics.BuilderJobMetrics.Builder. recordsNotProcessed(Integer recordsNotProcessed)The total number of records that did not get processed.JobMetrics.BuilderJobMetrics. toBuilder()JobMetrics.BuilderJobMetrics.Builder. totalRecordsProcessed(Integer totalRecordsProcessed)The total number of records processed.Methods in software.amazon.awssdk.services.entityresolution.model that return types with arguments of type JobMetrics.Builder Modifier and Type Method Description static Class<? extends JobMetrics.Builder>JobMetrics. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.entityresolution.model with type arguments of type JobMetrics.Builder Modifier and Type Method Description default GetMatchingJobResponse.BuilderGetMatchingJobResponse.Builder. metrics(Consumer<JobMetrics.Builder> metrics)Metrics associated with the execution, specifically total records processed, unique IDs generated, and records the execution skipped.
-