RelationshipType

RelationshipType schema from Amazon Lookout for Metrics API

Anomaly DetectionBusiness IntelligenceMachine LearningMetricsMonitoring
View JSON Schema on GitHub

JSON Schema

amazon-lookout-for-metrics-relationship-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-relationship-type-schema.json",
  "title": "RelationshipType",
  "description": "RelationshipType schema from Amazon Lookout for Metrics API",
  "type": "string",
  "enum": [
    "CAUSE_OF_INPUT_ANOMALY_GROUP",
    "EFFECT_OF_INPUT_ANOMALY_GROUP"
  ]
}