Class: Aws::LookoutMetrics::Types::AnomalyGroupStatistics

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

Overview

Aggregated statistics for a group of anomalous metrics.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#evaluation_start_dateString

The start of the time range that was searched.

Returns:

  • (String)


357
358
359
360
361
362
363
# File 'gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb', line 357

class AnomalyGroupStatistics < Struct.new(
  :evaluation_start_date,
  :total_count,
  :itemized_metric_stats_list)
  SENSITIVE = []
  include Aws::Structure
end

#itemized_metric_stats_listArray<Types::ItemizedMetricStats>

Statistics for individual metrics within the group.

Returns:



357
358
359
360
361
362
363
# File 'gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb', line 357

class AnomalyGroupStatistics < Struct.new(
  :evaluation_start_date,
  :total_count,
  :itemized_metric_stats_list)
  SENSITIVE = []
  include Aws::Structure
end

#total_countInteger

The number of groups found.

Returns:

  • (Integer)


357
358
359
360
361
362
363
# File 'gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb', line 357

class AnomalyGroupStatistics < Struct.new(
  :evaluation_start_date,
  :total_count,
  :itemized_metric_stats_list)
  SENSITIVE = []
  include Aws::Structure
end