简体   繁体   English

我可以在没有Azure云服务的情况下使用Azure ML吗?

[英]Can I use Azure ML without Azure cloud services?

My question is a bit naive. 我的问题有点天真。 I use AWS for hosting my backend servers. 我使用AWS托管后端服务器。 I have lots of real-time data logs, which needs to used for Anomaly & Pattern Detection. 我有很多实时数据日志,这些日志需要用于异常和模式检测。 Microsoft Azure ML offers ready-made suites for the same, but the Azure ML documentation mentions about having to upload the CSV files onto Azure Blob. Microsoft Azure ML为此提供了现成的套件,但是Azure ML文档提到必须将CSV文件上传到Azure Blob。

Is it possible to call Azure Machine Learning services from my servers directly, without having my servers on Azure Cloud/Blob? 是否可以直接从我的服务器调用Azure机器学习服务,而无需将我的服务器放在Azure Cloud / Blob上? I couldn't find about this on Azure ML's website. 我在Azure ML的网站上找不到此信息。 Thanks 谢谢

Once you deploy your Azure ML model as web service, you should be able to call it from anywhere. 将Azure ML模型部署为Web服务后,您应该可以从任何地方调用它。 It's a managed service, so you don't need your own servers on Azure to use it. 这是一项托管服务,因此您无需在Azure上拥有自己的服务器即可使用它。

The documentation item you mentioned applies to batch scoring service. 您提到的文档项目适用于批处理计分服务。 It reads in the input csv file from Azure blob on your storage account, scores it, and writes the result to another Azure blob on your storage account. 它从您的存储帐户上的Azure blob读取输入的csv文件,对其打分,然后将结果写入存储帐户上的另一个Azure blob。 So to use batch scoring you'd need an Azure storage account. 因此,要使用批处理计分,您需要一个Azure存储帐户。

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

相关问题 我可以使用Mac部署到Azure云服务吗? - Can I deploy to Azure Cloud Services with a mac? 如何在Azure流分析中使用ML函数? - How can I use ML function in Azure Stream Analytics? 如何在 Azure ML 笔记本中使用 Bokeh - How can I use Bokeh in an Azure ML notebook 如何在 Azure ML 工作室设计器管道中使用模块? - How can I use modules in Azure ML studio designer pipeline? 如何在Azure ML Studio中使用预训练的TF模型 - How can I use a Pretrained TF model in Azure ML Studio 是否可以在Azure云服务提供的VM上安装MySQL? - Can I install MySQL on the VMs provided in Azure Cloud Services? 您可以将Azure移动服务与Azure云服务混合使用吗? - Can you mix Azure Mobile Services with Azure Cloud Services? 在 Azure ML 服务中挂载 FileDatasets - Mounting a FileDatasets in Azure ML Services 如何确保无需计时器即可在Android应用程序中使用Azure移动服务? - How do I make sure I can use Azure Mobile Services in my Android app without a Timer? 我可以将 Azure 交互模式用于 azure-cli-ml 扩展吗? - Can I use Azure interactive mode for azure-cli-ml extension?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM