ashishonce/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
parameters_fileJSON file including the parameters of the run.yesrun.json
namedescription
experiment_nameName of the experiment of the run
run_idID of the run
run_urlURL to the run in the Azure Machine Learning Studio
run_metricsMetrics of the run (will only be provided if wait_for_completion is set to True)
run_metrics_markdownMetrics of the run formatted as markdown table (will only be provided if wait_for_completion is set to True)
published_pipeline_idId of the publised pipeline (will only be provided if you submitted a pipeline and pipeline_publish is set to True)
published_pipeline_statusStatus of the publised pipeline (will only be provided if you submitted a pipeline and pipeline_publish is set to True)
published_pipeline_endpointEndpoint of the publised pipeline (will only be provided if you submitted a pipeline and pipeline_publish is set to True)