Created
June 2, 2021 22:40
-
-
Save eileen-code4fun/9287f4a7a9c116be6bac986f582f806a to your computer and use it in GitHub Desktop.
CIFAR10 PL Schedule
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
api_client.create_schedule_from_job_spec( | |
job_spec_path='e2e-tutorial-automl-pipeline-schedule.json', | |
# Start at the first minute of every hour. | |
schedule='1 * * * *' | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment