ashishonce/Azure Machine Learning Run Action
Submit a run to an Azure Machine Learning Workspace with this GitHub Action
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| azure_credentials | Paste 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_CREDENTIALS | yes | — |
| armtemplate_file | JSON file of am template to deploy. | yes | deploy.json |
| armtemplateparams_file | JSON file of am template to params deploy. | yes | deploy.params.json |
| resource_group | resource group which is to be used | yes | newresource_grp |
| appName | resource group which is to be used | yes | newapp |
| pattoken | patotoken of repository | yes | asdasd |
Outputs
| name | description |
|---|---|
| experiment_name | Name of the experiment of the run |