Class: Aws::LookoutMetrics::Types::InterMetricImpactDetails

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#anomaly_group_idString

The ID of the anomaly group.

Returns:

  • (String)


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_percentageFloat

For potential causes (‘CAUSE_OF_INPUT_ANOMALY_GROUP`), the percentage contribution the measure has in causing the anomalies.

Returns:

  • (Float)


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_nameString

The name of the measure.

Returns:

  • (String)


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_typeString

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`).

Returns:

  • (String)


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