ContributionMatrix

Details about dimensions that contributed to an anomaly.

Anomaly DetectionBusiness IntelligenceMachine LearningMetricsMonitoring

Properties

Name Type Description
DimensionContributionList object
View JSON Schema on GitHub

JSON Schema

amazon-lookout-for-metrics-contribution-matrix-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-contribution-matrix-schema.json",
  "title": "ContributionMatrix",
  "description": "Details about dimensions that contributed to an anomaly.",
  "type": "object",
  "properties": {
    "DimensionContributionList": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DimensionContributionList"
        },
        {
          "description": "A list of contributing dimensions."
        }
      ]
    }
  }
}