0

Can I perform batch execution against Azure ML web service without using BLOB?

I'm reading the data from SQL database into a CSV file stream. Can I stream this directly to the service without actually saving in and reading back the result from the BLOB?

2 Answers 2

1

BES doesn't work with streams. The data needs to be stored somewhere for AML to access the data. Take a look at: https://learn.microsoft.com/en-us/azure/machine-learning/machine-learning-consume-web-services#batch-execution-service-bes for more information.

Sign up to request clarification or add additional context in comments.

Comments

0

If you use Import Data/Export Data module in your graph, you don't need web service input/output, and hence blob is not involved.

1 Comment

Can you explain this more? Which graph are you referring to?

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.