DetectedField

An inferred field.

Anomaly DetectionBusiness IntelligenceMachine LearningMetricsMonitoring

Properties

Name Type Description
Value object
Confidence object
Message object
View JSON Schema on GitHub

JSON Schema

amazon-lookout-for-metrics-detected-field-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-detected-field-schema.json",
  "title": "DetectedField",
  "description": "An inferred field.",
  "type": "object",
  "properties": {
    "Value": {
      "allOf": [
        {
          "$ref": "#/components/schemas/AttributeValue"
        },
        {
          "description": "The field's value."
        }
      ]
    },
    "Confidence": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Confidence"
        },
        {
          "description": "The field's confidence."
        }
      ]
    },
    "Message": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Message"
        },
        {
          "description": "The field's message."
        }
      ]
    }
  }
}