Class: Aws::LookoutMetrics::Types::InterMetricImpactDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::LookoutMetrics::Types::InterMetricImpactDetails
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lookoutmetrics/types.rb
Overview
Aggregated details about the measures contributing to the anomaly group, and the measures potentially impacted by the anomaly group.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#anomaly_group_id ⇒ String
The ID of the anomaly group.
-
#contribution_percentage ⇒ Float
For potential causes (‘CAUSE_OF_INPUT_ANOMALY_GROUP`), the percentage contribution the measure has in causing the anomalies.
-
#metric_name ⇒ String
The name of the measure.
-
#relationship_type ⇒ String
Whether a measure is a potential cause of the anomaly group (‘CAUSE_OF_INPUT_ANOMALY_GROUP`), or whether the measure is impacted by the anomaly group (`EFFECT_OF_INPUT_ANOMALY_GROUP`).
Instance Attribute Details
#anomaly_group_id ⇒ String
The ID of the anomaly group.
1698 1699 1700 1701 1702 1703 1704 1705 |
# File 'lib/aws-sdk-lookoutmetrics/types.rb', line 1698 class InterMetricImpactDetails < Struct.new( :metric_name, :anomaly_group_id, :relationship_type, :contribution_percentage) SENSITIVE = [] include Aws::Structure end |
#contribution_percentage ⇒ Float
For potential causes (‘CAUSE_OF_INPUT_ANOMALY_GROUP`), the percentage contribution the measure has in causing the anomalies.
1698 1699 1700 1701 1702 1703 1704 1705 |
# File 'lib/aws-sdk-lookoutmetrics/types.rb', line 1698 class InterMetricImpactDetails < Struct.new( :metric_name, :anomaly_group_id, :relationship_type, :contribution_percentage) SENSITIVE = [] include Aws::Structure end |
#metric_name ⇒ String
The name of the measure.
1698 1699 1700 1701 1702 1703 1704 1705 |
# File 'lib/aws-sdk-lookoutmetrics/types.rb', line 1698 class InterMetricImpactDetails < Struct.new( :metric_name, :anomaly_group_id, :relationship_type, :contribution_percentage) SENSITIVE = [] include Aws::Structure end |
#relationship_type ⇒ String
Whether a measure is a potential cause of the anomaly group (‘CAUSE_OF_INPUT_ANOMALY_GROUP`), or whether the measure is impacted by the anomaly group (`EFFECT_OF_INPUT_ANOMALY_GROUP`).
1698 1699 1700 1701 1702 1703 1704 1705 |
# File 'lib/aws-sdk-lookoutmetrics/types.rb', line 1698 class InterMetricImpactDetails < Struct.new( :metric_name, :anomaly_group_id, :relationship_type, :contribution_percentage) SENSITIVE = [] include Aws::Structure end |