Class: Aws::Glue::Types::MetricBasedObservation

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

Overview

Describes the metric based observation generated based on evaluated data quality metrics.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#metric_nameString

The name of the data quality metric used for generating the observation.

Returns:

  • (String)


16038
16039
16040
16041
16042
16043
16044
# File 'lib/aws-sdk-glue/types.rb', line 16038

class MetricBasedObservation < Struct.new(
  :metric_name,
  :metric_values,
  :new_rules)
  SENSITIVE = []
  include Aws::Structure
end

#metric_valuesTypes::DataQualityMetricValues

An object of type ‘DataQualityMetricValues` representing the analysis of the data quality metric value.



16038
16039
16040
16041
16042
16043
16044
# File 'lib/aws-sdk-glue/types.rb', line 16038

class MetricBasedObservation < Struct.new(
  :metric_name,
  :metric_values,
  :new_rules)
  SENSITIVE = []
  include Aws::Structure
end

#new_rulesArray<String>

A list of new data quality rules generated as part of the observation based on the data quality metric value.

Returns:

  • (Array<String>)


16038
16039
16040
16041
16042
16043
16044
# File 'lib/aws-sdk-glue/types.rb', line 16038

class MetricBasedObservation < Struct.new(
  :metric_name,
  :metric_values,
  :new_rules)
  SENSITIVE = []
  include Aws::Structure
end