| Package | Description |
|---|---|
| com.amazonaws.services.entityresolution.model |
| Modifier and Type | Method and Description |
|---|---|
JobMetrics |
JobMetrics.clone() |
JobMetrics |
GetMatchingJobResult.getMetrics()
Metrics associated with the execution, specifically total records processed, unique IDs generated, and records
the execution skipped.
|
JobMetrics |
JobMetrics.withInputRecords(Integer inputRecords)
The total number of input records.
|
JobMetrics |
JobMetrics.withMatchIDs(Integer matchIDs)
The total number of
matchIDs generated. |
JobMetrics |
JobMetrics.withRecordsNotProcessed(Integer recordsNotProcessed)
The total number of records that did not get processed.
|
JobMetrics |
JobMetrics.withTotalRecordsProcessed(Integer totalRecordsProcessed)
The total number of records processed.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetMatchingJobResult.setMetrics(JobMetrics metrics)
Metrics associated with the execution, specifically total records processed, unique IDs generated, and records
the execution skipped.
|
GetMatchingJobResult |
GetMatchingJobResult.withMetrics(JobMetrics metrics)
Metrics associated with the execution, specifically total records processed, unique IDs generated, and records
the execution skipped.
|
Copyright © 2025. All rights reserved.