Skip to content
New issue

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

Batch Endpoint - AutoML #49

Open
MurugeswariMuthurajan opened this issue Aug 17, 2022 · 1 comment
Open

Batch Endpoint - AutoML #49

MurugeswariMuthurajan opened this issue Aug 17, 2022 · 1 comment
Assignees
Labels
💎 enhancement New feature or request

Comments

@MurugeswariMuthurajan
Copy link

Hi,

We opted for automated ML , ran the job and registered the model in dev workspace
Now we want to deploy it in test and prod workspace. We have downloaded the .pkl file, scoring script, conda env file which are all required for deployment.

image

But it seems the scoring script generated is applicable only for online deployment. So whether batch deployment is not possible in automated ml?

Thanks

@setuc
Copy link
Contributor

setuc commented Sep 2, 2022

Yes its possible for AutoML too. The steps remain the same just like for any Batch deployment.

You can refer to the pattern here: https://github.com/Azure/mlops-project-template/blob/main/classical/aml-cli-v2/mlops/devops-pipelines/deploy-batch-endpoint-pipeline.yml

In addition, we have started work on multiple workspaces and this is going to be part of our next release sometime in November 2022.

@setuc setuc added the 💎 enhancement New feature or request label Sep 2, 2022
@setuc setuc self-assigned this Sep 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
💎 enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants