Skip to content

Commit de0bd82

Browse files
authored
documentation: add Step Functions SDK info (#1655)
1 parent 28127bd commit de0bd82

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

doc/workflows/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ The SageMaker Python SDK supports managed training and inference for a variety o
99

1010
airflow/index
1111
kubernetes/index
12+
step_functions/index
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
##################
2+
AWS Step Functions
3+
##################
4+
5+
Orchestrate your SageMaker training and inference jobs with `AWS Step Functions <https://docs.aws.amazon.com/step-functions/latest/dg/welcome.html>`__.
6+
7+
You can use the `AWS Step Functions Python SDK <https://aws-step-functions-data-science-sdk.readthedocs.io/en/stable/>`__ to easily create workflows that process and publish machine learning models using Amazon SageMaker and AWS Step Functions.
8+
You can create multi-step machine learning workflows in Python that orchestrate AWS infrastructure at scale,
9+
without having to provision and integrate the AWS services separately.
10+
11+
The AWS Step Functions Python SDK uses the SageMaker Python SDK as a dependency.
12+
To get started with step functions, try the workshop or visit the SDK's website:
13+
14+
* `Workshop on using AWS Step Functions with SageMaker <https://www.sagemakerworkshop.com/step/>`__
15+
* `AWS Step Functions Python SDK website <https://aws-step-functions-data-science-sdk.readthedocs.io/en/stable/>`__

0 commit comments

Comments
 (0)