Class: Aws::LookoutMetrics::Types::AnomalyGroupStatistics
- Inherits:
-
Struct
- Object
- Struct
- Aws::LookoutMetrics::Types::AnomalyGroupStatistics
- 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
-
#evaluation_start_date ⇒ String
The start of the time range that was searched.
-
#itemized_metric_stats_list ⇒ Array<Types::ItemizedMetricStats>
Statistics for individual metrics within the group.
-
#total_count ⇒ Integer
The number of groups found.
Instance Attribute Details
#evaluation_start_date ⇒ String
The start of the time range that was searched.
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_list ⇒ Array<Types::ItemizedMetricStats>
Statistics for individual metrics within the group.
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_count ⇒ Integer
The number of groups found.
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 |