AzureML Designer - batch execution endpoint

hunga 1 Reputation point
2021-05-31T01:25:45.223+00:00

Hi,

I am migrating something from classic Azure ML to the current Azure ML and I have been using the batch execution endpoint. . I know there are examples how to publish a real-time endpoint through the designer, but is it possible to publish a batch execution endpoint (which is what I have been using in classic Azure ML) through the designer interface?

I found this documentation online: https://learn.microsoft.com/en-us/azure/machine-learning/classic/migrate-rebuild-web-service
My pipeline don't have a 'trained model' though it only includes a single Execute Python script module, is there a way to get around that and publish a batch inference endpoint

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

1 answer

Sort by: Most helpful
  1. romungi-MSFT 48,806 Reputation points Microsoft Employee
    2021-05-31T08:08:50.197+00:00

    @hunga Yes, in this case you would need a trained model to publish a pipeline. You could try the scenario to use a create python model module and then use your script to create an experiment and run. If it is successful I think you should be able to create a pipeline.


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.