Amazon Forecast · Arazzo Workflow
Amazon Forecast Predict and Forecast
Version 1.0.0
Train a predictor, wait until ACTIVE, then create a forecast and wait until ACTIVE.
Provider
Workflows
predict-and-forecast
Train a predictor and generate a forecast, waiting for each to be ACTIVE.
Creates a predictor, polls listPredictors until it is ACTIVE, creates a forecast from it, and polls listForecasts until the forecast is ACTIVE.
1
createPredictor
createPredictor
Create the predictor and start training using the supplied configuration.
2
waitForPredictorActive
listPredictors
List predictors and confirm the newly created predictor has reached the ACTIVE status. Repeat this step while training is still in progress.
3
createForecast
createForecast
Create a forecast from the now-ACTIVE predictor.
4
waitForForecastActive
listForecasts
List forecasts and confirm the newly created forecast has reached the ACTIVE status. Repeat this step while the forecast is still generating.