简体   繁体   English

部署 Azure ML 设计器 Web 服务模型

[英]Deploy Azure ML Designer Web Service model

Im trying to run R code to detect outliers in datasets.我试图运行 R 代码来检测数据集中的异常值。 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.在 Azure ML 设计器中,我有一个包含我的模型的 Execute R 脚本。

When I try to publish as a web service I get the error "Cannot create inference because there is no model on this pipeline".当我尝试作为 Web 服务发布时,出现错误“无法创建推理,因为此管道上没有模型”。 I see python has a Create Python module.我看到 python 有一个 Create Python 模块。

Can I use an Execute R Script to create a webservice with my model?我可以使用执行 R 脚本为我的模型创建网络服务吗?

Im good at R and still learning Azure and would really appreciate some advice on.我擅长 R 并且仍在学习 Azure 并且非常感谢一些建议。 the above.以上。

Could you please follow the steps below to deploy the web service in Designer:您能否按照以下步骤在 Designer 中部署 Web 服务:

Manually drag "web service input" & "web service output" to the graph.手动将“Web 服务输入”和“Web 服务输出”拖到图形中。 1st Note: Designer currently needs graph contains web service input & web service output both, then support realtimeEndpoint deploy.第一个注意:设计器当前需要图形包含 Web 服务输入和 Web 服务输出,然后支持实时端点部署。

在此处输入图片说明

2nd Note: If you found your graph contains "web service input" & "web service output", but no "Deploy" button, and only see below three buttons.第二个注意事项:如果您发现您的图表包含“Web 服务输入”和“Web 服务输出”,但没有“部署”按钮,并且只看到以下三个按钮。 => please follow below highlights to Clone this graph as a new pipeline, and retry. => 请按照以下重点操作将此图克隆为新管道,然后重试。 在此处输入图片说明

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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