lookoutmetrics_describe_anomaly_detection_executions: Returns information about the status of the specified anomaly...

View source: R/lookoutmetrics_operations.R

lookoutmetrics_describe_anomaly_detection_executionsR Documentation

Returns information about the status of the specified anomaly detection jobs

Description

Returns information about the status of the specified anomaly detection jobs.

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

Usage

lookoutmetrics_describe_anomaly_detection_executions(
  AnomalyDetectorArn,
  Timestamp = NULL,
  MaxResults = NULL,
  NextToken = NULL
)

Arguments

AnomalyDetectorArn

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

Timestamp

The timestamp of the anomaly detection job.

MaxResults

The number of items to return in the response.

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.