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