Amazon Lookout for Metrics · JSON Structure

Amazon Lookout For Metrics Get Feedback Response Structure

GetFeedbackResponse schema from Amazon Lookout for Metrics API

Type: object Properties: 2
Anomaly DetectionBusiness IntelligenceMachine LearningMetricsMonitoring

GetFeedbackResponse 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

AnomalyGroupTimeSeriesFeedback NextToken

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-feedback-response-structure.json",
  "name": "GetFeedbackResponse",
  "description": "GetFeedbackResponse schema from Amazon Lookout for Metrics API",
  "type": "object",
  "properties": {
    "AnomalyGroupTimeSeriesFeedback": {
      "allOf": [
        {
          "$ref": "#/components/schemas/TimeSeriesFeedbackList"
        },
        {
          "description": "Feedback for an anomalous metric."
        }
      ]
    },
    "NextToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/NextToken"
        },
        {
          "description": "The pagination token that's included if more results are available."
        }
      ]
    }
  }
}