Amazon Lookout for Metrics · JSON Structure

Amazon Lookout For Metrics Get Sample Data Response Structure

GetSampleDataResponse schema from Amazon Lookout for Metrics API

Type: object Properties: 2
Anomaly DetectionBusiness IntelligenceMachine LearningMetricsMonitoring

GetSampleDataResponse 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

HeaderValues SampleRows

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-get-sample-data-response-structure.json",
  "name": "GetSampleDataResponse",
  "description": "GetSampleDataResponse schema from Amazon Lookout for Metrics API",
  "type": "object",
  "properties": {
    "HeaderValues": {
      "allOf": [
        {
          "$ref": "#/components/schemas/HeaderValueList"
        },
        {
          "description": "A list of header labels for the records."
        }
      ]
    },
    "SampleRows": {
      "allOf": [
        {
          "$ref": "#/components/schemas/SampleRows"
        },
        {
          "description": "A list of records."
        }
      ]
    }
  }
}