Skip to content

MLOps with Azure ML

Choose a tag to compare

released this 09 Jan 20:10
· 102 commits to master since this release
Fixed assignment bug for build_uri (#133)

If the builduri_base is None, the build_uri would never been instantiated causing an error when calling register_aml_model(model_name, exp, run_id, build_id, build_uri). By adding the else statement, this is prevented.