Skip to content

MLOps with Azure ML

Compare
Choose a tag to compare
@VSC-Service-Account VSC-Service-Account released this 25 Feb 17:22
· 63 commits to master since this release
b0da645
Enable deploy of model registered by previous build (#207)

Allows you to skip the first two stages of the pipeline and deploy a model registered by a previous build by setting the variable MODEL_BUILD_ID to the previous build's id when queuing the pipeline. This speeds up the process of fixing issues with the scoring or deployment configuration.