Amazon Forecast · Arazzo Workflow
Amazon Forecast Group Then Train
Version 1.0.0
Create a dataset group, wait until ACTIVE, then train a predictor on it.
Provider
Workflows
group-then-train
Create a dataset group, wait until ACTIVE, then train a predictor.
Creates a dataset group from supplied dataset ARNs, polls listDatasetGroups until the group is ACTIVE, and then creates a predictor trained on it.
1
createDatasetGroup
createDatasetGroup
Create the dataset group from the supplied dataset ARNs.
2
waitForGroupActive
listDatasetGroups
List dataset groups and confirm the newly created group has reached the ACTIVE status. Repeat this step while the group is still being created.
3
createPredictor
createPredictor
Train a predictor against the now-ACTIVE dataset group.