Amazon Forecast · Example Payload

Amazon Forecast Predictor Example

ForecastingMachine LearningPredictive AnalyticsTime Series

Amazon Forecast Predictor Example is an example object payload from Amazon Forecast, with 10 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

PredictorArnPredictorNameAlgorithmArnForecastHorizonForecastTypesPerformAutoMLPerformHPOStatusCreationTimeLastModificationTime

Example Payload

Raw ↑
{
  "PredictorArn": "arn:aws:forecast:us-east-1:123456789012:predictor/RetailPredictor30d",
  "PredictorName": "RetailPredictor30d",
  "AlgorithmArn": "arn:aws:forecast:::algorithm/Deep_AR_Plus",
  "ForecastHorizon": 30,
  "ForecastTypes": [
    "0.1",
    "0.5",
    "0.9"
  ],
  "PerformAutoML": false,
  "PerformHPO": true,
  "Status": "ACTIVE",
  "CreationTime": "2025-02-01T10:00:00Z",
  "LastModificationTime": "2025-02-15T16:00:00Z"
}