lookoutmetrics_list_anomaly_group_related_metrics {paws.machine.learning} | R Documentation |
Returns a list of measures that are potential causes or effects of an anomaly group
Description
Returns a list of measures that are potential causes or effects of an anomaly group.
See https://www.paws-r-sdk.com/docs/lookoutmetrics_list_anomaly_group_related_metrics/ for full documentation.
Usage
lookoutmetrics_list_anomaly_group_related_metrics(
AnomalyDetectorArn,
AnomalyGroupId,
RelationshipTypeFilter = NULL,
MaxResults = NULL,
NextToken = NULL
)
Arguments
AnomalyDetectorArn |
[required] The Amazon Resource Name (ARN) of the anomaly detector. |
AnomalyGroupId |
[required] The ID of the anomaly group. |
RelationshipTypeFilter |
Filter for potential causes ( |
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. |
[Package paws.machine.learning version 0.9.0 Index]