In Batch execution API help page of Azure Machine Learning there are three different URI’s
- Submit Job (Response is Job ID)
- Start Job ( we need to use the above Job ID in this URI)
- Get Status or Result (we need to use the above Job ID in this URI)
How do I automate these jobs in the Azure Scheduler? (i.e. if I want to execute the BES on the particular date