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

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

Instance Attribute Details

#input_recordsInteger

The total number of input records.

Returns:

  • (Integer)


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_dsInteger

The total number of ‘matchID`s generated.

Returns:

  • (Integer)


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_processedInteger

The total number of records that did not get processed.

Returns:

  • (Integer)


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_processedInteger

The total number of records processed.

Returns:

  • (Integer)


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