

# JobMetrics
<a name="API_JobMetrics"></a>

An object containing `inputRecords`, `totalRecordsProcessed`, `matchIDs`, and `recordsNotProcessed`.

## Contents
<a name="API_JobMetrics_Contents"></a>

 ** deleteRecordsProcessed **   <a name="API-Type-JobMetrics-deleteRecordsProcessed"></a>
The number of records processed that were marked for deletion (`DELETE` = True) in the input file. This metric tracks records flagged for removal during the job execution.  
Type: Integer  
Required: No

 ** inputRecords **   <a name="API-Type-JobMetrics-inputRecords"></a>
The total number of input records.  
Type: Integer  
Required: No

 ** matchIDs **   <a name="API-Type-JobMetrics-matchIDs"></a>
The total number of `matchID`s generated.  
Type: Integer  
Required: No

 ** recordsNotProcessed **   <a name="API-Type-JobMetrics-recordsNotProcessed"></a>
The total number of records that did not get processed.  
Type: Integer  
Required: No

 ** totalRecordsProcessed **   <a name="API-Type-JobMetrics-totalRecordsProcessed"></a>
The total number of records processed.  
Type: Integer  
Required: No

## See Also
<a name="API_JobMetrics_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/entityresolution-2018-05-10/JobMetrics) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/entityresolution-2018-05-10/JobMetrics) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/entityresolution-2018-05-10/JobMetrics) 