Amazon Lookout for Metrics · JSON Structure

Amazon Lookout For Metrics Contribution Matrix Structure

Details about dimensions that contributed to an anomaly.

Type: object Properties: 1
Anomaly DetectionBusiness IntelligenceMachine LearningMetricsMonitoring

ContributionMatrix is a JSON Structure definition published by Amazon Lookout for Metrics, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

DimensionContributionList

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-lookout-for-metrics/refs/heads/main/json-structure/amazon-lookout-for-metrics-contribution-matrix-structure.json",
  "name": "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."
        }
      ]
    }
  }
}