I am using sagemaker studio notebook to automate the training process of a model.. I have an IAM role with SageMakerFullAccess and EventBridgeFullAcess policies.. I have created a studio domain with this role.. I am able to schedule the notebook with this role but the job doesn't run at the scheduled time. Anything I am missing?
Had the same problem. ended up creating a schedule on eventbridge to run that notebook using sagemaker startPipelineExecution selecting that notebook as its source. may not be the right answer, but worked for me :)