lookoutmetrics_list_anomaly_group_summaries: Returns a list of anomaly groups

View source: R/lookoutmetrics_operations.R

lookoutmetrics_list_anomaly_group_summariesR Documentation

Returns a list of anomaly groups

Description

Returns a list of anomaly groups.

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

Usage

lookoutmetrics_list_anomaly_group_summaries(
  AnomalyDetectorArn,
  SensitivityThreshold,
  MaxResults = NULL,
  NextToken = NULL
)

Arguments

AnomalyDetectorArn

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

SensitivityThreshold

[required] The minimum severity score for inclusion in the output.

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.