AnomalyDetectorFailureType

AnomalyDetectorFailureType schema from Amazon Lookout for Metrics API

Anomaly DetectionBusiness IntelligenceMachine LearningMetricsMonitoring
View JSON Schema on GitHub

JSON Schema

amazon-lookout-for-metrics-anomaly-detector-failure-type-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-lookout-for-metrics/refs/heads/main/json-schema/amazon-lookout-for-metrics-anomaly-detector-failure-type-schema.json",
  "title": "AnomalyDetectorFailureType",
  "description": "AnomalyDetectorFailureType schema from Amazon Lookout for Metrics API",
  "type": "string",
  "enum": [
    "ACTIVATION_FAILURE",
    "BACK_TEST_ACTIVATION_FAILURE",
    "DELETION_FAILURE",
    "DEACTIVATION_FAILURE"
  ]
}