View source: R/lookoutmetrics_operations.R
lookoutmetrics_describe_anomaly_detection_executions | R Documentation |
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.
lookoutmetrics_describe_anomaly_detection_executions(
AnomalyDetectorArn,
Timestamp = NULL,
MaxResults = NULL,
NextToken = NULL
)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.