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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-glue/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)


19306
19307
19308
19309
19310
19311
19312
19313
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 19306

class MetricBasedObservation < Struct.new(
  :metric_name,
  :statistic_id,
  :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.



19306
19307
19308
19309
19310
19311
19312
19313
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 19306

class MetricBasedObservation < Struct.new(
  :metric_name,
  :statistic_id,
  :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>)


19306
19307
19308
19309
19310
19311
19312
19313
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 19306

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

#statistic_idString

The Statistic ID.

Returns:

  • (String)


19306
19307
19308
19309
19310
19311
19312
19313
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 19306

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