lookoutmetrics_list_metric_sets {paws.machine.learning} | R 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 |
[Package paws.machine.learning version 0.7.0 Index]