Designing and Implementing a Data Science Solution on Azure — Question 174

You manage an Azure Machine Learning workspace. You use Azure Machine Learning Python SDK v2 to configure a trigger to schedule a pipeline job.

You need to create a time-based schedule with recurrence pattern.

Which two properties must you use to successfully configure the trigger? Each correct answer presents part of the solution.

NOTE: Each correct selection is worth one point.

Answer options

Correct answer: A, E

Explanation

The correct properties for setting up a time-based schedule with recurrence are 'interval' and 'frequency'. 'Interval' specifies how often the job should run, while 'frequency' defines the time unit for that interval. The other options, while relevant to scheduling, do not specifically contribute to the required configuration for a recurrence pattern.