Class: Aws::LookoutMetrics::Types::DataQualityMetric
- Inherits:
-
Struct
- Object
- Struct
- Aws::LookoutMetrics::Types::DataQualityMetric
- Defined in:
- gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb
Overview
An array that describes a data quality metric. Each
DataQualityMetric
object contains the data quality metric name, its
value, a description of the metric, and the affected column.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#metric_description ⇒ String
A description of the data quality metric.
-
#metric_type ⇒ String
The name of the data quality metric.
-
#metric_value ⇒ Float
The value of the data quality metric.
-
#related_column_name ⇒ String
The column that is being monitored.
Instance Attribute Details
#metric_description ⇒ String
A description of the data quality metric.
925 926 927 928 929 930 931 932 |
# File 'gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb', line 925 class DataQualityMetric < Struct.new( :metric_type, :metric_description, :related_column_name, :metric_value) SENSITIVE = [] include Aws::Structure end |
#metric_type ⇒ String
The name of the data quality metric.
925 926 927 928 929 930 931 932 |
# File 'gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb', line 925 class DataQualityMetric < Struct.new( :metric_type, :metric_description, :related_column_name, :metric_value) SENSITIVE = [] include Aws::Structure end |
#metric_value ⇒ Float
The value of the data quality metric.
925 926 927 928 929 930 931 932 |
# File 'gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb', line 925 class DataQualityMetric < Struct.new( :metric_type, :metric_description, :related_column_name, :metric_value) SENSITIVE = [] include Aws::Structure end |
#related_column_name ⇒ String
The column that is being monitored.
925 926 927 928 929 930 931 932 |
# File 'gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb', line 925 class DataQualityMetric < Struct.new( :metric_type, :metric_description, :related_column_name, :metric_value) SENSITIVE = [] include Aws::Structure end |