IdMappingJobMetrics - AWS Entity Resolution

IdMappingJobMetrics

An object that contains metrics about an ID mapping job, including counts of input records, processed records, and mapped records between source and target identifiers.

Contents

deleteRecordsProcessed

The number of records processed that were marked for deletion in the input file using the DELETE schema mapping field. These are the records to be removed from the ID mapping table.

Type: Integer

Required: No

inputRecords

The total number of records that were input for processing.

Type: Integer

Required: No

mappedRecordsRemoved

The number of mapped records removed.

Type: Integer

Required: No

mappedSourceRecordsRemoved

The number of source records removed due to ID mapping.

Type: Integer

Required: No

mappedTargetRecordsRemoved

The number of mapped target records removed.

Type: Integer

Required: No

newMappedRecords

The number of new mapped records.

Type: Integer

Required: No

newMappedSourceRecords

The number of new source records mapped.

Type: Integer

Required: No

newMappedTargetRecords

The number of new mapped target records.

Type: Integer

Required: No

newUniqueRecordsLoaded

The number of new unique records processed in the current job run, after removing duplicates. This metric excludes deletion-related records. Duplicates are determined by the field marked as UNIQUE_ID in your schema mapping. Records sharing the same value in this field are considered duplicates. For example, if your current run processes five new records with the same UNIQUE_ID value, they would count as one new unique record in this metric.

Type: Integer

Required: No

recordsNotProcessed

The total number of records that did not get processed.

Type: Integer

Required: No

totalMappedRecords

The total number of records that were mapped.

Type: Integer

Required: No

totalMappedSourceRecords

The total number of mapped source records.

Type: Integer

Required: No

totalMappedTargetRecords

The total number of distinct mapped target records.

Type: Integer

Required: No

totalRecordsProcessed

The total number of records that were processed.

Type: Integer

Required: No

uniqueRecordsLoaded

The number of de-duplicated processed records across all runs, excluding deletion-related records. Duplicates are determined by the field marked as UNIQUE_ID in your schema mapping. Records sharing the same value in this field are considered duplicates. For example, if you specified "customer_id" as a UNIQUE_ID field and had three records with the same customer_id value, they would count as one unique record in this metric.

Type: Integer

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: