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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-entityresolution/types.rb

Overview

An object containing ‘InputRecords`, `RecordsNotProcessed`, `TotalRecordsProcessed`, `TotalMappedRecords`, `TotalMappedSourceRecords`, and `TotalMappedTargetRecords`.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#input_recordsInteger

The total number of records that were input for processing.

Returns:

  • (Integer)


1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
# File 'lib/aws-sdk-entityresolution/types.rb', line 1389

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

#records_not_processedInteger

The total number of records that did not get processed.

Returns:

  • (Integer)


1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
# File 'lib/aws-sdk-entityresolution/types.rb', line 1389

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

#total_mapped_recordsInteger

The total number of records that were mapped.

Returns:

  • (Integer)


1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
# File 'lib/aws-sdk-entityresolution/types.rb', line 1389

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

#total_mapped_source_recordsInteger

The total number of mapped source records.

Returns:

  • (Integer)


1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
# File 'lib/aws-sdk-entityresolution/types.rb', line 1389

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

#total_mapped_target_recordsInteger

The total number of distinct mapped target records.

Returns:

  • (Integer)


1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
# File 'lib/aws-sdk-entityresolution/types.rb', line 1389

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

#total_records_processedInteger

The total number of records that were processed.

Returns:

  • (Integer)


1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
# File 'lib/aws-sdk-entityresolution/types.rb', line 1389

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