Amazon Forecast · JSON Structure

Amazon Forecast Tag Structure

A metadata label applied to an Amazon Forecast resource.

Type: object Properties: 0
ForecastingMachine LearningPredictive AnalyticsTime Series

Tag is a JSON Structure definition published by Amazon Forecast. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

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-forecast/refs/heads/main/json-structure/amazon-forecast-tag-structure.json",
  "name": "Tag",
  "description": "A metadata label applied to an Amazon Forecast resource.",
  "type": "object",
  "fields": [
    {
      "name": "Key",
      "type": "string",
      "description": "Tag key.",
      "required": true
    },
    {
      "name": "Value",
      "type": "string",
      "description": "Tag value.",
      "required": true
    }
  ]
}