lookoutmetrics_list_anomaly_group_time_series: Gets a list of anomalous metrics for a measure in an anomaly...

View source: R/lookoutmetrics_operations.R

lookoutmetrics_list_anomaly_group_time_seriesR Documentation

Gets a list of anomalous metrics for a measure in an anomaly group

Description

Gets a list of anomalous metrics for a measure in an anomaly group.

See https://www.paws-r-sdk.com/docs/lookoutmetrics_list_anomaly_group_time_series/ for full documentation.

Usage

lookoutmetrics_list_anomaly_group_time_series(
  AnomalyDetectorArn,
  AnomalyGroupId,
  MetricName,
  MaxResults = NULL,
  NextToken = NULL
)

Arguments

AnomalyDetectorArn

[required] The Amazon Resource Name (ARN) of the anomaly detector.

AnomalyGroupId

[required] The ID of the anomaly group.

MetricName

[required] The name of the measure field.

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.