You create a multi-class image classification deep learning model.
The model must be retrained monthly with the new image data fetched from a public web portal. You create an Azure Machine Learning pipeline to fetch new data, standardize the size of images, and retrain the model.
You need to use the Azure Machine Learning SDK to configure the schedule for the pipeline.
Which four actions should you perform in sequence. To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.

Correct Answer:

1 - Define a new Azure Machine Learning pipline StepRun object with the step ID of the first step in the pipline.
2 - Retrive the pipeline ID.
3 - Create a scheduleRecurrence(frequency*'Month', interval*1, start_time*'2019-01-01T00:00:00') object.
4 - Define a pipeline parameter named RunDate.