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
Create the predictor and start training using the supplied configuration.
2
waitForPredictorActive
List predictors and confirm the newly created predictor has reached the ACTIVE status. Repeat this step while training is still in progress.
3
4
waitForForecastActive
List forecasts and confirm the newly created forecast has reached the ACTIVE status. Repeat this step while the forecast is still generating.
Source API Descriptions
openapi
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.