is it possible to control the budget for each training session in azure ML. Lets say I am training a model and before starting the run, I want to set a budget of X dollars. and if it crosses, then my model training should pause unless I increase the budget to X+Y dollars.
Once the budget is increased, then only model training should resume. Is there any raw rest HTTP API or SDK options to control this?