Class: Aws::EntityResolution::Types::JobMetrics

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#delete_records_processedInteger

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.

Returns:

  • (Integer)


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_recordsInteger

The total number of input records.

Returns:

  • (Integer)


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_dsInteger

The total number of matchIDs generated.

Returns:

  • (Integer)


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_processedInteger

The total number of records that did not get processed.

Returns:

  • (Integer)


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_processedInteger

The total number of records processed.

Returns:

  • (Integer)


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