AnomalyDetectorDataQualityMetric

Aggregated details about the data quality metrics collected for the AnomalyDetectorArn provided in the GetDataQualityMetrics object.

Anomaly DetectionBusiness IntelligenceMachine LearningMetricsMonitoring

Properties

Name Type Description
StartTimestamp object
MetricSetDataQualityMetricList object
View JSON Schema on GitHub

JSON Schema

amazon-lookout-for-metrics-anomaly-detector-data-quality-metric-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-data-quality-metric-schema.json",
  "title": "AnomalyDetectorDataQualityMetric",
  "description": "Aggregated details about the data quality metrics collected for the <code>AnomalyDetectorArn</code> provided in the <a>GetDataQualityMetrics</a> object.",
  "type": "object",
  "properties": {
    "StartTimestamp": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Timestamp"
        },
        {
          "description": "The start time for the data quality metrics collection."
        }
      ]
    },
    "MetricSetDataQualityMetricList": {
      "allOf": [
        {
          "$ref": "#/components/schemas/MetricSetDataQualityMetricList"
        },
        {
          "description": "An array of <code>DataQualityMetricList</code> objects. Each object in the array contains information about a data quality metric."
        }
      ]
    }
  }
}