Class: Aws::LookoutMetrics::Types::AnomalyGroupTimeSeriesFeedback
- Inherits:
-
Struct
- Object
- Struct
- Aws::LookoutMetrics::Types::AnomalyGroupTimeSeriesFeedback
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lookoutmetrics/types.rb
Overview
Feedback for an anomalous metric.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#anomaly_group_id ⇒ String
The ID of the anomaly group.
-
#is_anomaly ⇒ Boolean
Feedback on whether the metric is a legitimate anomaly.
-
#time_series_id ⇒ String
The ID of the metric.
Instance Attribute Details
#anomaly_group_id ⇒ String
The ID of the anomaly group.
434 435 436 437 438 439 440 |
# File 'lib/aws-sdk-lookoutmetrics/types.rb', line 434 class AnomalyGroupTimeSeriesFeedback < Struct.new( :anomaly_group_id, :time_series_id, :is_anomaly) SENSITIVE = [] include Aws::Structure end |
#is_anomaly ⇒ Boolean
Feedback on whether the metric is a legitimate anomaly.
434 435 436 437 438 439 440 |
# File 'lib/aws-sdk-lookoutmetrics/types.rb', line 434 class AnomalyGroupTimeSeriesFeedback < Struct.new( :anomaly_group_id, :time_series_id, :is_anomaly) SENSITIVE = [] include Aws::Structure end |
#time_series_id ⇒ String
The ID of the metric.
434 435 436 437 438 439 440 |
# File 'lib/aws-sdk-lookoutmetrics/types.rb', line 434 class AnomalyGroupTimeSeriesFeedback < Struct.new( :anomaly_group_id, :time_series_id, :is_anomaly) SENSITIVE = [] include Aws::Structure end |