Class: Aws::LookoutMetrics::Types::TimeSeriesFeedback
- Inherits:
-
Struct
- Object
- Struct
- Aws::LookoutMetrics::Types::TimeSeriesFeedback
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lookoutmetrics/types.rb
Overview
Details about feedback submitted for an anomalous metric.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#is_anomaly ⇒ Boolean
Feedback on whether the metric is a legitimate anomaly.
-
#time_series_id ⇒ String
The ID of the metric.
Instance Attribute Details
#is_anomaly ⇒ Boolean
Feedback on whether the metric is a legitimate anomaly.
2614 2615 2616 2617 2618 2619 |
# File 'lib/aws-sdk-lookoutmetrics/types.rb', line 2614 class TimeSeriesFeedback < Struct.new( :time_series_id, :is_anomaly) SENSITIVE = [] include Aws::Structure end |
#time_series_id ⇒ String
The ID of the metric.
2614 2615 2616 2617 2618 2619 |
# File 'lib/aws-sdk-lookoutmetrics/types.rb', line 2614 class TimeSeriesFeedback < Struct.new( :time_series_id, :is_anomaly) SENSITIVE = [] include Aws::Structure end |