Put Feedback
lookoutmetrics_put_feedback | R Documentation |
Add feedback for an anomalous metric¶
Description¶
Add feedback for an anomalous metric.
Usage¶
lookoutmetrics_put_feedback(AnomalyDetectorArn,
AnomalyGroupTimeSeriesFeedback)
Arguments¶
AnomalyDetectorArn |
[required] The Amazon Resource Name (ARN) of the anomaly detector. |
AnomalyGroupTimeSeriesFeedback |
[required] Feedback for an anomalous metric. |
Value¶
An empty list.
Request syntax¶
svc$put_feedback(
AnomalyDetectorArn = "string",
AnomalyGroupTimeSeriesFeedback = list(
AnomalyGroupId = "string",
TimeSeriesId = "string",
IsAnomaly = TRUE|FALSE
)
)