Amazon Lookout for Metrics · JSON Structure

Amazon Lookout For Metrics Dimension Contribution Structure

Details about a dimension that contributed to an anomaly.

Type: object Properties: 2
Anomaly DetectionBusiness IntelligenceMachine LearningMetricsMonitoring

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

Properties

DimensionName DimensionValueContributionList

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-dimension-contribution-structure.json",
  "name": "DimensionContribution",
  "description": "Details about a dimension that contributed to an anomaly.",
  "type": "object",
  "properties": {
    "DimensionName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ColumnName"
        },
        {
          "description": "The name of the dimension."
        }
      ]
    },
    "DimensionValueContributionList": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DimensionValueContributionList"
        },
        {
          "description": "A list of dimension values that contributed to the anomaly."
        }
      ]
    }
  }
}