Class: Aws::LookoutMetrics::Types::AnomalyGroupTimeSeriesFeedback

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

Overview

Feedback for an anomalous metric.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#anomaly_group_idString

The ID of the anomaly group.

Returns:

  • (String)


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_anomalyBoolean

Feedback on whether the metric is a legitimate anomaly.

Returns:

  • (Boolean)


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_idString

The ID of the metric.

Returns:

  • (String)


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