Class: Aws::LookoutMetrics::Types::AnomalyGroup

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb

Overview

A group of anomalous metrics

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#anomaly_group_idString

The ID of the anomaly group.

Returns:

  • (String)


330
331
332
333
334
335
336
337
338
339
# File 'gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb', line 330

class AnomalyGroup < Struct.new(
  :start_time,
  :end_time,
  :anomaly_group_id,
  :anomaly_group_score,
  :primary_metric_name,
  :metric_level_impact_list)
  SENSITIVE = []
  include Aws::Structure
end

#anomaly_group_scoreFloat

The severity score of the group.

Returns:

  • (Float)


330
331
332
333
334
335
336
337
338
339
# File 'gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb', line 330

class AnomalyGroup < Struct.new(
  :start_time,
  :end_time,
  :anomaly_group_id,
  :anomaly_group_score,
  :primary_metric_name,
  :metric_level_impact_list)
  SENSITIVE = []
  include Aws::Structure
end

#end_timeString

The end time for the group.

Returns:

  • (String)


330
331
332
333
334
335
336
337
338
339
# File 'gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb', line 330

class AnomalyGroup < Struct.new(
  :start_time,
  :end_time,
  :anomaly_group_id,
  :anomaly_group_score,
  :primary_metric_name,
  :metric_level_impact_list)
  SENSITIVE = []
  include Aws::Structure
end

#metric_level_impact_listArray<Types::MetricLevelImpact>

A list of measures affected by the anomaly.

Returns:



330
331
332
333
334
335
336
337
338
339
# File 'gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb', line 330

class AnomalyGroup < Struct.new(
  :start_time,
  :end_time,
  :anomaly_group_id,
  :anomaly_group_score,
  :primary_metric_name,
  :metric_level_impact_list)
  SENSITIVE = []
  include Aws::Structure
end

#primary_metric_nameString

The name of the primary affected measure for the group.

Returns:

  • (String)


330
331
332
333
334
335
336
337
338
339
# File 'gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb', line 330

class AnomalyGroup < Struct.new(
  :start_time,
  :end_time,
  :anomaly_group_id,
  :anomaly_group_score,
  :primary_metric_name,
  :metric_level_impact_list)
  SENSITIVE = []
  include Aws::Structure
end

#start_timeString

The start time for the group.

Returns:

  • (String)


330
331
332
333
334
335
336
337
338
339
# File 'gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb', line 330

class AnomalyGroup < Struct.new(
  :start_time,
  :end_time,
  :anomaly_group_id,
  :anomaly_group_score,
  :primary_metric_name,
  :metric_level_impact_list)
  SENSITIVE = []
  include Aws::Structure
end