Jochen van Wylick
Jochen van Wylick

Reputation: 5401

Use WebService input as query parameter in reader module in Azure ML?

Is it possible to use the parameters incoming from the webservice ( named 'Query' in my case ), in the SQL in the reader module.

I think it's possible, but I cannot find anywhere how to template these properties in the SQL query so that it becomes dynamic.

dynamic query

Upvotes: 4

Views: 531

Answers (2)

Roope - MSFT Azure ML
Roope - MSFT Azure ML

Reputation: 41

Currently, you'd have to implement the logic for inserting the query key in the client application that calls the web service. Support for parameterized SQL queries is in our feature backlog.

Upvotes: 2

neerajkh
neerajkh

Reputation: 1251

Yes you can. Here is the blog demonstrating "how-to" for web service parameters - http://blogs.technet.com/b/machinelearning/archive/2014/11/25/azureml-web-service-parameters.aspx

Upvotes: 1

Related Questions