StepsΒΆ

Steps are the basic building block of workflows in the AWS Step Functions Data Science SDK. Once you create steps, you chain them together to create a workflow, create that workflow in AWS Step Functions, and execute the workflow in the AWS cloud.

Step Functions creates workflows out of steps called States, and expresses that workflow in the Amazon States Language. When you create a workflow in the AWS Step Functions Data Science SDK, it creates a State Machine representing your workflow and steps in AWS Step Functions.