Amazon Forecast · JSON Structure

Amazon Forecast Forecast Structure

An Amazon Forecast output generated from a trained predictor.

Type: object Properties: 0
ForecastingMachine LearningPredictive AnalyticsTime Series

Forecast 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-forecast-structure.json",
  "name": "Forecast",
  "description": "An Amazon Forecast output generated from a trained predictor.",
  "type": "object",
  "fields": [
    {
      "name": "ForecastArn",
      "type": "string",
      "description": "ARN of the forecast."
    },
    {
      "name": "ForecastName",
      "type": "string",
      "description": "Name of the forecast.",
      "required": true
    },
    {
      "name": "PredictorArn",
      "type": "string",
      "description": "ARN of the predictor used.",
      "required": true
    },
    {
      "name": "ForecastTypes",
      "type": "array",
      "description": "Forecast quantiles generated."
    },
    {
      "name": "Status",
      "type": "string",
      "description": "Status of the forecast."
    },
    {
      "name": "CreationTime",
      "type": "datetime",
      "description": ""
    },
    {
      "name": "LastModificationTime",
      "type": "datetime",
      "description": ""
    }
  ]
}