lookoutmetrics_update_anomaly_detector {paws.machine.learning} | R Documentation |
Updates a detector
Description
Updates a detector. After activation, you can only change a detector's ingestion delay and description.
See https://www.paws-r-sdk.com/docs/lookoutmetrics_update_anomaly_detector/ for full documentation.
Usage
lookoutmetrics_update_anomaly_detector(
AnomalyDetectorArn,
KmsKeyArn = NULL,
AnomalyDetectorDescription = NULL,
AnomalyDetectorConfig = NULL
)
Arguments
AnomalyDetectorArn |
[required] The ARN of the detector to update. |
KmsKeyArn |
The Amazon Resource Name (ARN) of an AWS KMS encryption key. |
AnomalyDetectorDescription |
The updated detector description. |
AnomalyDetectorConfig |
Contains information about the configuration to which the detector will be updated. |
[Package paws.machine.learning version 0.7.0 Index]