您可以使用 Step Functions 在 Sagemaker 中启动和执行 Jupyter Notebook 吗?

Can you start and execute a Jupyter Notebook in Sagemaker using Step Functions?

我计划启动一个 Jupyter Notebook 实例并使用 AWS Step Functions 在 AWS Sagemaker 中执行每个笔记本文件。这能实现吗?

AWS Step Functions Data Science SDK 是一个开源库,它允许数据科学家使用 SageMaker 和 Step Functions 轻松创建处理和发布机器学习模型的工作流。

以下Example notebooks, which are available in Jupyter notebook instances in the SageMaker console and the related GitHub project

  • hello_world_workflow.ipynb
  • machine_learning_workflow_abalone.ipynb
  • training_pipeline_pytorch_mnist.ipynb