mlopstemplates/Azure Machine Learning Run Action

Submit a run to an Azure Machine Learning Workspace with this GitHub Action

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
azure_credentialsPaste output of `az ad sp create-for-rbac --name <your-sp-name> --role contributor --scopes /subscriptions/<your-subscriptionId>/resourceGroups/<your-rg> --sdk-auth` as value of secret variable: AZURE_CREDENTIALSyes
armtemplate_fileJSON file of am template to deploy.yesdeploy.json
armtemplateparams_fileJSON file of am template to params deploy.no""
resource_groupresource group which is to be usedyesnewresource_grp
mapped_paramsmapped parameters to be added during runtimeno{}
deployment_modeDeployment mode used to deploy arm templateyesIncremental
namedescription
deployment_outputOutput of the deployment as specified in output section of arm template file
deployment_parametersParameters used in the deployment