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

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)


1902
1903
1904
1905
1906
1907
1908
1909
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 1902

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

#match_i_dsInteger

The total number of matchIDs generated.

Returns:

  • (Integer)


1902
1903
1904
1905
1906
1907
1908
1909
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 1902

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

#records_not_processedInteger

The total number of records that did not get processed.

Returns:

  • (Integer)


1902
1903
1904
1905
1906
1907
1908
1909
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 1902

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

#total_records_processedInteger

The total number of records processed.

Returns:

  • (Integer)


1902
1903
1904
1905
1906
1907
1908
1909
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 1902

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