| Package | Description |
|---|---|
| com.amazonaws.services.entityresolution.model |
| Modifier and Type | Method and Description |
|---|---|
IdMappingJobMetrics |
IdMappingJobMetrics.clone() |
IdMappingJobMetrics |
GetIdMappingJobResult.getMetrics()
Metrics associated with the execution, specifically total records processed, unique IDs generated, and records
the execution skipped.
|
IdMappingJobMetrics |
IdMappingJobMetrics.withInputRecords(Integer inputRecords)
The total number of records that were input for processing.
|
IdMappingJobMetrics |
IdMappingJobMetrics.withRecordsNotProcessed(Integer recordsNotProcessed)
The total number of records that did not get processed.
|
IdMappingJobMetrics |
IdMappingJobMetrics.withTotalMappedRecords(Integer totalMappedRecords)
The total number of records that were mapped.
|
IdMappingJobMetrics |
IdMappingJobMetrics.withTotalMappedSourceRecords(Integer totalMappedSourceRecords)
The total number of mapped source records.
|
IdMappingJobMetrics |
IdMappingJobMetrics.withTotalMappedTargetRecords(Integer totalMappedTargetRecords)
The total number of distinct mapped target records.
|
IdMappingJobMetrics |
IdMappingJobMetrics.withTotalRecordsProcessed(Integer totalRecordsProcessed)
The total number of records that were processed.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetIdMappingJobResult.setMetrics(IdMappingJobMetrics metrics)
Metrics associated with the execution, specifically total records processed, unique IDs generated, and records
the execution skipped.
|
GetIdMappingJobResult |
GetIdMappingJobResult.withMetrics(IdMappingJobMetrics metrics)
Metrics associated with the execution, specifically total records processed, unique IDs generated, and records
the execution skipped.
|
Copyright © 2025. All rights reserved.