lookoutmetrics_delete_anomaly_detector {paws.machine.learning} | R Documentation |
Deletes a detector
Description
Deletes a detector. Deleting an anomaly detector will delete all of its corresponding resources including any configured datasets and alerts.
See https://www.paws-r-sdk.com/docs/lookoutmetrics_delete_anomaly_detector/ for full documentation.
Usage
lookoutmetrics_delete_anomaly_detector(AnomalyDetectorArn)
Arguments
AnomalyDetectorArn |
[required] The ARN of the detector to delete. |
[Package paws.machine.learning version 0.9.0 Index]