lookoutmetrics_list_anomaly_group_related_metrics: Returns a list of measures that are potential causes or...

View source: R/lookoutmetrics_operations.R

lookoutmetrics_list_anomaly_group_related_metricsR 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 (CAUSE_OF_INPUT_ANOMALY_GROUP) or downstream effects (EFFECT_OF_INPUT_ANOMALY_GROUP) of the anomaly group.

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.