schedule Module

Defines classes for scheduling submissions of Azure Machine Learning Pipelines.

Classes

Schedule

Defines a schedule on which to submit a pipeline.

Once a Pipeline is published, a Schedule can be used to submit the Pipeline at a specified interval or when changes to a Blob storage location are detected.

Initialize Schedule.

ScheduleRecurrence

Defines the frequency, interval and start time of a pipeline Schedule.

ScheduleRecurrence also allows you to specify the time zone and the hours or minutes or week days for the recurrence.

Initialize a schedule recurrence.

It also allows to specify the time zone and the hours or minutes or week days for the recurrence.

Enums

TimeZone

Enumerates the valid time zones for a recurrence Schedule.