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.
0
votes
1 Answers
3
votes
There are couple of ways you can schedule to run training job
- Call create-training-job API from a scheduled Lambda function or a CloudWatch Event .
- Trigger Step Functions from CloudWatch Event to schedule tasks in SageMaker