We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When training multiple models, the ado pipelines should be able to deploy all trained models into other environments.
The change need to be applied to:
Training and registering script: should be able to save and register multiple models
Deployment scripts: multiple models should be deployed to the next stage (view open branch: https://github.com/microsoft/dstoolkit-mlops-base/blob/feature/62-many-model-deployment/operation/execution/deploy_model.py)
Scoring scripts: should be able to link to register models
Configuration file: should be able to contain a list for aml_model variable (see example AML_models: https://github.com/microsoft/dstoolkit-mlops-base/blob/feature/62-many-model-deployment/configuration/configuration-aml.variables.yml)
pipeline files: should be able to accept lists as arguments
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
When training multiple models, the ado pipelines should be able to deploy all trained models into other environments.
The change need to be applied to:
Training and registering script: should be able to save and register multiple models
Deployment scripts: multiple models should be deployed to the next stage (view open branch: https://github.com/microsoft/dstoolkit-mlops-base/blob/feature/62-many-model-deployment/operation/execution/deploy_model.py)
Scoring scripts: should be able to link to register models
Configuration file: should be able to contain a list for aml_model variable (see example AML_models: https://github.com/microsoft/dstoolkit-mlops-base/blob/feature/62-many-model-deployment/configuration/configuration-aml.variables.yml)
pipeline files: should be able to accept lists as arguments
The text was updated successfully, but these errors were encountered: