简体   繁体   中英

Deploy Azure ML Designer Web Service model

Im trying to run R code to detect outliers in datasets. Im trying to publish as a webservice so it can be used to pre process data.

In Azure ML Designer,I have a Execute R script which contains my model.

When I try to publish as a web service I get the error "Cannot create inference because there is no model on this pipeline". I see python has a Create Python module.

Can I use an Execute R Script to create a webservice with my model?

Im good at R and still learning Azure and would really appreciate some advice on. the above.

Could you please follow the steps below to deploy the web service in Designer:

Manually drag "web service input" & "web service output" to the graph. 1st Note: Designer currently needs graph contains web service input & web service output both, then support realtimeEndpoint deploy.

在此处输入图片说明

2nd Note: If you found your graph contains "web service input" & "web service output", but no "Deploy" button, and only see below three buttons. => please follow below highlights to Clone this graph as a new pipeline, and retry. 在此处输入图片说明

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM