Class: Aws::EntityResolution::Types::JobMetrics
- Inherits:
-
Struct
- Object
- Struct
- Aws::EntityResolution::Types::JobMetrics
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-entityresolution/types.rb
Overview
An object containing ‘InputRecords`, `TotalRecordsProcessed`, `MatchIDs`, and `RecordsNotProcessed`.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#input_records ⇒ Integer
The total number of input records.
-
#match_i_ds ⇒ Integer
The total number of ‘matchID`s 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
#input_records ⇒ Integer
The total number of input records.
1798 1799 1800 1801 1802 1803 1804 1805 |
# File 'lib/aws-sdk-entityresolution/types.rb', line 1798 class JobMetrics < Struct.new( :input_records, :match_i_ds, :records_not_processed, :total_records_processed) SENSITIVE = [] include Aws::Structure end |
#match_i_ds ⇒ Integer
The total number of ‘matchID`s generated.
1798 1799 1800 1801 1802 1803 1804 1805 |
# File 'lib/aws-sdk-entityresolution/types.rb', line 1798 class JobMetrics < Struct.new( :input_records, :match_i_ds, :records_not_processed, :total_records_processed) SENSITIVE = [] include Aws::Structure end |
#records_not_processed ⇒ Integer
The total number of records that did not get processed.
1798 1799 1800 1801 1802 1803 1804 1805 |
# File 'lib/aws-sdk-entityresolution/types.rb', line 1798 class JobMetrics < Struct.new( :input_records, :match_i_ds, :records_not_processed, :total_records_processed) SENSITIVE = [] include Aws::Structure end |
#total_records_processed ⇒ Integer
The total number of records processed.
1798 1799 1800 1801 1802 1803 1804 1805 |
# File 'lib/aws-sdk-entityresolution/types.rb', line 1798 class JobMetrics < Struct.new( :input_records, :match_i_ds, :records_not_processed, :total_records_processed) SENSITIVE = [] include Aws::Structure end |