Class: Aws::LookoutMetrics::Types::AnomalyGroupSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::LookoutMetrics::Types::AnomalyGroupSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lookoutmetrics/types.rb
Overview
Details about a group of anomalous metrics.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#anomaly_group_id ⇒ String
The ID of the anomaly group.
-
#anomaly_group_score ⇒ Float
The severity score of the group.
-
#end_time ⇒ String
The end time for the group.
-
#primary_metric_name ⇒ String
The name of the primary affected measure for the group.
-
#start_time ⇒ String
The start time for the group.
Instance Attribute Details
#anomaly_group_id ⇒ String
The ID of the anomaly group.
389 390 391 392 393 394 395 396 397 |
# File 'lib/aws-sdk-lookoutmetrics/types.rb', line 389 class AnomalyGroupSummary < Struct.new( :start_time, :end_time, :anomaly_group_id, :anomaly_group_score, :primary_metric_name) SENSITIVE = [] include Aws::Structure end |
#anomaly_group_score ⇒ Float
The severity score of the group.
389 390 391 392 393 394 395 396 397 |
# File 'lib/aws-sdk-lookoutmetrics/types.rb', line 389 class AnomalyGroupSummary < Struct.new( :start_time, :end_time, :anomaly_group_id, :anomaly_group_score, :primary_metric_name) SENSITIVE = [] include Aws::Structure end |
#end_time ⇒ String
The end time for the group.
389 390 391 392 393 394 395 396 397 |
# File 'lib/aws-sdk-lookoutmetrics/types.rb', line 389 class AnomalyGroupSummary < Struct.new( :start_time, :end_time, :anomaly_group_id, :anomaly_group_score, :primary_metric_name) SENSITIVE = [] include Aws::Structure end |
#primary_metric_name ⇒ String
The name of the primary affected measure for the group.
389 390 391 392 393 394 395 396 397 |
# File 'lib/aws-sdk-lookoutmetrics/types.rb', line 389 class AnomalyGroupSummary < Struct.new( :start_time, :end_time, :anomaly_group_id, :anomaly_group_score, :primary_metric_name) SENSITIVE = [] include Aws::Structure end |
#start_time ⇒ String
The start time for the group.
389 390 391 392 393 394 395 396 397 |
# File 'lib/aws-sdk-lookoutmetrics/types.rb', line 389 class AnomalyGroupSummary < Struct.new( :start_time, :end_time, :anomaly_group_id, :anomaly_group_score, :primary_metric_name) SENSITIVE = [] include Aws::Structure end |