lookoutmetrics_list_metric_sets: Lists the datasets in the current AWS Region

View source: R/lookoutmetrics_operations.R

lookoutmetrics_list_metric_setsR Documentation

Lists the datasets in the current AWS Region

Description

Lists the datasets in the current AWS Region.

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

Usage

lookoutmetrics_list_metric_sets(
  AnomalyDetectorArn = NULL,
  MaxResults = NULL,
  NextToken = NULL
)

Arguments

AnomalyDetectorArn

The ARN of the anomaly detector containing the metrics sets to list.

MaxResults

The maximum number of results to return.

NextToken

If the result of the previous request was truncated, the response includes a NextToken. To retrieve the next set of results, use the token in the next request. Tokens expire after 24 hours.


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