DataQualityMetricType

DataQualityMetricType schema from Amazon Lookout for Metrics API

Anomaly DetectionBusiness IntelligenceMachine LearningMetricsMonitoring
View JSON Schema on GitHub

JSON Schema

amazon-lookout-for-metrics-data-quality-metric-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-data-quality-metric-type-schema.json",
  "title": "DataQualityMetricType",
  "description": "DataQualityMetricType schema from Amazon Lookout for Metrics API",
  "type": "string",
  "enum": [
    "COLUMN_COMPLETENESS",
    "DIMENSION_UNIQUENESS",
    "TIME_SERIES_COUNT",
    "ROWS_PROCESSED",
    "ROWS_PARTIAL_COMPLIANCE",
    "INVALID_ROWS_COMPLIANCE",
    "BACKTEST_TRAINING_DATA_START_TIME_STAMP",
    "BACKTEST_TRAINING_DATA_END_TIME_STAMP",
    "BACKTEST_INFERENCE_DATA_START_TIME_STAMP",
    "BACKTEST_INFERENCE_DATA_END_TIME_STAMP"
  ]
}