Amazon Forecast · Arazzo Workflow
Amazon Forecast End to End Pipeline
Version 1.0.0
Create a dataset, dataset group, predictor, and forecast in a single chained pass.
Provider
Workflows
end-to-end-pipeline
Chain dataset, dataset group, predictor, and forecast creation.
Creates a dataset, a dataset group referencing it, a predictor, and a forecast, threading each resulting ARN into the next create call.
1
createDataset
createDataset
Create the dataset that seeds the pipeline.
2
createDatasetGroup
createDatasetGroup
Create a dataset group that references the new dataset by its ARN.
3
createPredictor
createPredictor
Train a predictor using the supplied input and featurization configuration referencing the dataset group.
4
createForecast
createForecast
Generate a forecast from the new predictor.