Class: Aws::EntityResolution::Types::IdMappingJobMetrics
- Inherits:
-
Struct
- Object
- Struct
- Aws::EntityResolution::Types::IdMappingJobMetrics
- 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
-
#input_records ⇒ Integer
The total number of records that were input for processing.
-
#records_not_processed ⇒ Integer
The total number of records that did not get processed.
-
#total_mapped_records ⇒ Integer
The total number of records that were mapped.
-
#total_mapped_source_records ⇒ Integer
The total number of mapped source records.
-
#total_mapped_target_records ⇒ Integer
The total number of distinct mapped target records.
-
#total_records_processed ⇒ Integer
The total number of records that were processed.
Instance Attribute Details
#input_records ⇒ Integer
The total number of records that were input for processing.
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_processed ⇒ Integer
The total number of records that did not get processed.
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_records ⇒ Integer
The total number of records that were mapped.
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_records ⇒ Integer
The total number of mapped source records.
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_records ⇒ Integer
The total number of distinct mapped target records.
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_processed ⇒ Integer
The total number of records that were processed.
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 |