lookoutmetrics_get_feedback: Get feedback for an anomaly group

View source: R/lookoutmetrics_operations.R

lookoutmetrics_get_feedbackR 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.


paws.machine.learning documentation built on Sept. 12, 2023, 1:14 a.m.