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
asked 10 months ago308 views
2 Answers
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
EXPERT
answered 10 months ago

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.

Guidelines for Answering Questions