Amazon Forecast · Arazzo Workflow
Amazon Forecast Provision Dataset
Version 1.0.0
Create a dataset, poll until it becomes ACTIVE, and tag it.
Provider
Workflows
provision-dataset
Create an Amazon Forecast dataset and wait until it is ACTIVE.
Creates a dataset, polls describeDataset until the dataset status is ACTIVE, and then associates the supplied tags with the dataset.
1
createDataset
createDataset
Create the Amazon Forecast dataset using the supplied name, domain, type and schema.
2
waitForActive
describeDataset
Describe the dataset and confirm it has reached the ACTIVE status before tagging it. Repeat this step while the status is still CREATE_PENDING or CREATE_IN_PROGRESS.
3
tagDataset
tagResource
Apply the supplied metadata tags to the now-ACTIVE dataset.