Values.AnomalyDetectorDescriptionSourceDetailed information about an anomaly detector.
type nonrec t = {arn : AnomalyDetectorArn.t option;The Amazon Resource Name (ARN) of the anomaly detector.
*)anomalyDetectorId : AnomalyDetectorId.t option;The unique identifier of the anomaly detector.
*)alias : AnomalyDetectorAlias.t option;The user-friendly name of the anomaly detector.
*)evaluationIntervalInSeconds : AnomalyDetectorEvaluationInterval.t option;The frequency, in seconds, at which the anomaly detector evaluates metrics.
*)missingDataAction : AnomalyDetectorMissingDataAction.t option;The action taken when data is missing during evaluation.
*)configuration : AnomalyDetectorConfiguration.t option;The algorithm configuration of the anomaly detector.
*)labels : PrometheusMetricLabelMap.t option;The Amazon Managed Service for Prometheus metric labels associated with the anomaly detector.
*)status : AnomalyDetectorStatus.t option;The current status of the anomaly detector.
*)createdAt : Timestamp.t option;The timestamp when the anomaly detector was created.
*)modifiedAt : Timestamp.t option;The timestamp when the anomaly detector was last modified.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of AnomalyDetectorEvaluationInterval.t
| `Map of
([> `String of PrometheusMetricLabelKey.t ]
* [> `String of PrometheusMetricLabelValue.t ])
list
| `String of AnomalyDetectorArn.t
| `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `String of String_.t
| `Structure of
(string
* [> `Integer of
RandomCutForestConfigurationShingleSizeInteger.t
| `String of RandomCutForestQuery.t
| `Structure of
(string
* [> `Double of IgnoreNearExpectedAmountDouble.t ])
list ])
list ])
list
| `Timestamp of Timestamp.t ])
list ]