Class: Aws::Glue::Types::DataQualityAggregatedMetrics

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

Overview

A summary of metrics showing the total counts of processed rows and rules, including their pass/fail statistics based on row-level results.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#total_rows_failedFloat

The total number of rows that failed one or more data quality rules.

Returns:

  • (Float)


7977
7978
7979
7980
7981
7982
7983
7984
7985
7986
# File 'lib/aws-sdk-glue/types.rb', line 7977

class DataQualityAggregatedMetrics < Struct.new(
  :total_rows_processed,
  :total_rows_passed,
  :total_rows_failed,
  :total_rules_processed,
  :total_rules_passed,
  :total_rules_failed)
  SENSITIVE = []
  include Aws::Structure
end

#total_rows_passedFloat

The total number of rows that passed all applicable data quality rules.

Returns:

  • (Float)


7977
7978
7979
7980
7981
7982
7983
7984
7985
7986
# File 'lib/aws-sdk-glue/types.rb', line 7977

class DataQualityAggregatedMetrics < Struct.new(
  :total_rows_processed,
  :total_rows_passed,
  :total_rows_failed,
  :total_rules_processed,
  :total_rules_passed,
  :total_rules_failed)
  SENSITIVE = []
  include Aws::Structure
end

#total_rows_processedFloat

The total number of rows that were processed during the data quality evaluation.

Returns:

  • (Float)


7977
7978
7979
7980
7981
7982
7983
7984
7985
7986
# File 'lib/aws-sdk-glue/types.rb', line 7977

class DataQualityAggregatedMetrics < Struct.new(
  :total_rows_processed,
  :total_rows_passed,
  :total_rows_failed,
  :total_rules_processed,
  :total_rules_passed,
  :total_rules_failed)
  SENSITIVE = []
  include Aws::Structure
end

#total_rules_failedFloat

The total number of data quality rules that failed their evaluation criteria.

Returns:

  • (Float)


7977
7978
7979
7980
7981
7982
7983
7984
7985
7986
# File 'lib/aws-sdk-glue/types.rb', line 7977

class DataQualityAggregatedMetrics < Struct.new(
  :total_rows_processed,
  :total_rows_passed,
  :total_rows_failed,
  :total_rules_processed,
  :total_rules_passed,
  :total_rules_failed)
  SENSITIVE = []
  include Aws::Structure
end

#total_rules_passedFloat

The total number of data quality rules that passed their evaluation criteria.

Returns:

  • (Float)


7977
7978
7979
7980
7981
7982
7983
7984
7985
7986
# File 'lib/aws-sdk-glue/types.rb', line 7977

class DataQualityAggregatedMetrics < Struct.new(
  :total_rows_processed,
  :total_rows_passed,
  :total_rows_failed,
  :total_rules_processed,
  :total_rules_passed,
  :total_rules_failed)
  SENSITIVE = []
  include Aws::Structure
end

#total_rules_processedFloat

The total number of data quality rules that were evaluated.

Returns:

  • (Float)


7977
7978
7979
7980
7981
7982
7983
7984
7985
7986
# File 'lib/aws-sdk-glue/types.rb', line 7977

class DataQualityAggregatedMetrics < Struct.new(
  :total_rows_processed,
  :total_rows_passed,
  :total_rows_failed,
  :total_rules_processed,
  :total_rules_passed,
  :total_rules_failed)
  SENSITIVE = []
  include Aws::Structure
end