LookoutMetrics.Client.
get_feedback
(**kwargs)¶Get feedback for an anomaly group.
See also: AWS API Documentation
Request Syntax
response = client.get_feedback(
AnomalyDetectorArn='string',
AnomalyGroupTimeSeriesFeedback={
'AnomalyGroupId': 'string',
'TimeSeriesId': 'string'
},
MaxResults=123,
NextToken='string'
)
[REQUIRED]
The Amazon Resource Name (ARN) of the anomaly detector.
[REQUIRED]
The anomalous metric and group ID.
The ID of the anomaly group.
The ID of the metric.
dict
Response Syntax
{
'AnomalyGroupTimeSeriesFeedback': [
{
'TimeSeriesId': 'string',
'IsAnomaly': True|False
},
],
'NextToken': 'string'
}
Response Structure
(dict) --
AnomalyGroupTimeSeriesFeedback (list) --
Feedback for an anomalous metric.
(dict) --
Details about feedback submitted for an anomalous metric.
TimeSeriesId (string) --
The ID of the metric.
IsAnomaly (boolean) --
Feedback on whether the metric is a legitimate anomaly.
NextToken (string) --
The pagination token that's included if more results are available.
Exceptions
LookoutMetrics.Client.exceptions.ResourceNotFoundException
LookoutMetrics.Client.exceptions.ValidationException
LookoutMetrics.Client.exceptions.AccessDeniedException
LookoutMetrics.Client.exceptions.InternalServerException
LookoutMetrics.Client.exceptions.TooManyRequestsException