Is it possible to link sagemaker notebook jobs?

0

Hi I'm working on a project where I would like to schedule notebook jobs so that one notebook job is triggered after conclusion of another notebook job.

In other words, I would like to schedule notebook job 'A' to run every monday at 0 hours (chron '0 0 * * 1') then notebook job 'B' to run on job 'A' completion and so on A->B->C->...->N --for any given amount of jobs.

Is this possible?

Alfredo
質問済み 10ヶ月前319ビュー
2回答
1

Hi, Sagemaker Pipelines is probably what you are looking for: https://aws.amazon.com/sagemaker/pipelines/

Also have a look at https://docs.aws.amazon.com/sagemaker/latest/dg/pipelines-sdk.html

profile pictureAWS
エキスパート
回答済み 10ヶ月前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ