lookoutmetrics_create_anomaly_detector: Creates an anomaly detector

View source: R/lookoutmetrics_operations.R

lookoutmetrics_create_anomaly_detectorR Documentation

Creates an anomaly detector

Description

Creates an anomaly detector.

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

Usage

lookoutmetrics_create_anomaly_detector(
  AnomalyDetectorName,
  AnomalyDetectorDescription = NULL,
  AnomalyDetectorConfig,
  KmsKeyArn = NULL,
  Tags = NULL
)

Arguments

AnomalyDetectorName

[required] The name of the detector.

AnomalyDetectorDescription

A description of the detector.

AnomalyDetectorConfig

[required] Contains information about the configuration of the anomaly detector.

KmsKeyArn

The ARN of the KMS key to use to encrypt your data.

Tags

A list of tags to apply to the anomaly detector.


paws.machine.learning documentation built on Sept. 12, 2023, 1:14 a.m.