Skip to content

Instantly share code, notes, and snippets.

@eileen-code4fun
Created June 2, 2021 22:40
Show Gist options
  • Save eileen-code4fun/9287f4a7a9c116be6bac986f582f806a to your computer and use it in GitHub Desktop.
Save eileen-code4fun/9287f4a7a9c116be6bac986f582f806a to your computer and use it in GitHub Desktop.
CIFAR10 PL Schedule
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