Class: Aws::EntityResolution::Types::IdMappingJobMetrics

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

#input_recordsInteger

The total number of input records.

Returns:

  • (Integer)


1373
1374
1375
1376
1377
1378
1379
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 1373

class IdMappingJobMetrics < Struct.new(
  :input_records,
  :records_not_processed,
  :total_records_processed)
  SENSITIVE = []
  include Aws::Structure
end

#records_not_processedInteger

The total number of records that did not get processed.

Returns:

  • (Integer)


1373
1374
1375
1376
1377
1378
1379
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 1373

class IdMappingJobMetrics < Struct.new(
  :input_records,
  :records_not_processed,
  :total_records_processed)
  SENSITIVE = []
  include Aws::Structure
end

#total_records_processedInteger

The total number of records processed.

Returns:

  • (Integer)


1373
1374
1375
1376
1377
1378
1379
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 1373

class IdMappingJobMetrics < Struct.new(
  :input_records,
  :records_not_processed,
  :total_records_processed)
  SENSITIVE = []
  include Aws::Structure
end