How to use batch endpoints (preview) in Azure Machine Learning studio tutorial

Adam Nevin 57 Reputation points
2022-02-24T16:48:16.993+00:00

Hello,

I have been following this tutorial on how to use batch endpoints.

When I attempt to select environment I am not greeted with the same as on the tutorial, please see below screenshot. 177555-image.png

What are the steps in continuing this tutorial in terms of selecting an environment?

Kind Regards,

Adam N

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
3,336 questions
0 comments No comments
{count} votes

Accepted answer
  1. romungi-MSFT 48,911 Reputation points Microsoft Employee Moderator
    2022-02-25T08:49:48.953+00:00

    @Adam Nevin Currently, the scoring and dependencies files are generated only for mlflow models that are registered with Azure ML workspace.
    For example after running this notebook locally I registered the model and the folder with Azure ML workspace from the models tab.
    This registered model can be selected while creating the batch endpoint and the dependencies are automatically created without the need of selecting a custom environment.

    177784-image.png

    If you are using a different framework model then the dependencies or scoring files need to be provided along with selection of custom environment. The custom environments though first need to be created from the Environments tab by providing a YAML file. After adding a custom environment you can proceed to select the environment on this screen and deploy the endpoint.

    177767-image.png

    Hope this helps!!

    If an answer is helpful, please click on 130616-image.png or upvote 130671-image.png which might help other community members reading this thread.

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.