I have deployed a pipeline to a batch endpoint in Azure Machine Learning. When I call the REST Api to create a job run a generic job display name is created automatically. How can I modify the job name in the REST call? There seems to be no documentation on it.
I tried to specify "name": "" And "display_name" and "job_name" but it doesnt work
As per this documentation you can configure the
experimentNameunderproperties.Example Json body.
Note : This is only valid for pipeline component deployments.