lookoutmetrics_get_feedback {paws.machine.learning} | R Documentation |
Get feedback for an anomaly group
Description
Get feedback for an anomaly group.
See https://www.paws-r-sdk.com/docs/lookoutmetrics_get_feedback/ for full documentation.
Usage
lookoutmetrics_get_feedback(
AnomalyDetectorArn,
AnomalyGroupTimeSeriesFeedback,
MaxResults = NULL,
NextToken = NULL
)
Arguments
AnomalyDetectorArn |
[required] The Amazon Resource Name (ARN) of the anomaly detector. |
AnomalyGroupTimeSeriesFeedback |
[required] The anomalous metric and group ID. |
MaxResults |
The maximum number of results to return. |
NextToken |
Specify the pagination token that's returned by a previous request to retrieve the next page of results. |
[Package paws.machine.learning version 0.9.0 Index]