0
votes

I have an optimization code running in sagemaker. I want to run the code in every 1 hr. How can I schedule the run in sagemaker?. I do not want to call model endpoint, but I want to run the whole code in every 1 hr.

1

1 Answers

3
votes

There are couple of ways you can schedule to run training job

  1. Call create-training-job API from a scheduled Lambda function or a CloudWatch Event .
  2. Trigger Step Functions from CloudWatch Event to schedule tasks in SageMaker