Class: Aws::EntityResolution::Types::JobMetrics
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::EntityResolution::Types::JobMetrics
 
- Defined in:
- gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb
Overview
An object containing inputRecords, totalRecordsProcessed,
matchIDs, and recordsNotProcessed.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #delete_records_processed  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The number of records processed that were marked for deletion ( DELETE= True) in the input file.
- 
  
    
      #input_records  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The total number of input records. 
- 
  
    
      #match_i_ds  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The total number of matchIDs generated.
- 
  
    
      #records_not_processed  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The total number of records that did not get processed. 
- 
  
    
      #total_records_processed  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The total number of records processed. 
Instance Attribute Details
#delete_records_processed ⇒ Integer
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.
| 2013 2014 2015 2016 2017 2018 2019 2020 2021 | # File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 2013 class JobMetrics < Struct.new( :input_records, :total_records_processed, :records_not_processed, :delete_records_processed, :match_i_ds) SENSITIVE = [] include Aws::Structure end | 
#input_records ⇒ Integer
The total number of input records.
| 2013 2014 2015 2016 2017 2018 2019 2020 2021 | # File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 2013 class JobMetrics < Struct.new( :input_records, :total_records_processed, :records_not_processed, :delete_records_processed, :match_i_ds) SENSITIVE = [] include Aws::Structure end | 
#match_i_ds ⇒ Integer
The total number of matchIDs generated.
| 2013 2014 2015 2016 2017 2018 2019 2020 2021 | # File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 2013 class JobMetrics < Struct.new( :input_records, :total_records_processed, :records_not_processed, :delete_records_processed, :match_i_ds) SENSITIVE = [] include Aws::Structure end | 
#records_not_processed ⇒ Integer
The total number of records that did not get processed.
| 2013 2014 2015 2016 2017 2018 2019 2020 2021 | # File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 2013 class JobMetrics < Struct.new( :input_records, :total_records_processed, :records_not_processed, :delete_records_processed, :match_i_ds) SENSITIVE = [] include Aws::Structure end | 
#total_records_processed ⇒ Integer
The total number of records processed.
| 2013 2014 2015 2016 2017 2018 2019 2020 2021 | # File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 2013 class JobMetrics < Struct.new( :input_records, :total_records_processed, :records_not_processed, :delete_records_processed, :match_i_ds) SENSITIVE = [] include Aws::Structure end |