Class: Aws::Glue::Types::DataQualityMetricValues

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

Overview

Describes the data quality metric value according to the analysis of historical data.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#actual_valueFloat

The actual value of the data quality metric.

Returns:

  • (Float)


6246
6247
6248
6249
6250
6251
6252
6253
# File 'lib/aws-sdk-glue/types.rb', line 6246

class DataQualityMetricValues < Struct.new(
  :actual_value,
  :expected_value,
  :lower_limit,
  :upper_limit)
  SENSITIVE = []
  include Aws::Structure
end

#expected_valueFloat

The expected value of the data quality metric according to the analysis of historical data.

Returns:

  • (Float)


6246
6247
6248
6249
6250
6251
6252
6253
# File 'lib/aws-sdk-glue/types.rb', line 6246

class DataQualityMetricValues < Struct.new(
  :actual_value,
  :expected_value,
  :lower_limit,
  :upper_limit)
  SENSITIVE = []
  include Aws::Structure
end

#lower_limitFloat

The lower limit of the data quality metric value according to the analysis of historical data.

Returns:

  • (Float)


6246
6247
6248
6249
6250
6251
6252
6253
# File 'lib/aws-sdk-glue/types.rb', line 6246

class DataQualityMetricValues < Struct.new(
  :actual_value,
  :expected_value,
  :lower_limit,
  :upper_limit)
  SENSITIVE = []
  include Aws::Structure
end

#upper_limitFloat

The upper limit of the data quality metric value according to the analysis of historical data.

Returns:

  • (Float)


6246
6247
6248
6249
6250
6251
6252
6253
# File 'lib/aws-sdk-glue/types.rb', line 6246

class DataQualityMetricValues < Struct.new(
  :actual_value,
  :expected_value,
  :lower_limit,
  :upper_limit)
  SENSITIVE = []
  include Aws::Structure
end