Skip to content

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?

2 Answers

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.