put_feedback
(**kwargs)¶Add feedback for an anomalous metric.
See also: AWS API Documentation
Request Syntax
response = client.put_feedback(
AnomalyDetectorArn='string',
AnomalyGroupTimeSeriesFeedback={
'AnomalyGroupId': 'string',
'TimeSeriesId': 'string',
'IsAnomaly': True|False
}
)
[REQUIRED]
The Amazon Resource Name (ARN) of the anomaly detector.
[REQUIRED]
Feedback for an anomalous metric.
The ID of the anomaly group.
The ID of the metric.
Feedback on whether the metric is a legitimate anomaly.
dict
Response Syntax
{}
Response Structure
Exceptions
LookoutMetrics.Client.exceptions.ResourceNotFoundException
LookoutMetrics.Client.exceptions.ValidationException
LookoutMetrics.Client.exceptions.AccessDeniedException
LookoutMetrics.Client.exceptions.InternalServerException
LookoutMetrics.Client.exceptions.TooManyRequestsException