menu
techminis

A naukri.com initiative

google-web-stories
Home

>

Cloud News

>

Consuming ...
source image

Dev

4w

read

62

img
dot

Image Credit: Dev

Consuming an Azure ML service from .NET

  • This post explains how to easily call Azure Machine Learning inference services from .NET using strong typed objects.
  • The post provides an example of calling the scoring service from Postman by posting a JSON with column names and their respective values.
  • The code samples demonstrate how to define the request in C# using a class named InputData and how to convert a strong typed object to the required input for the API.
  • The AzuremlClient class is shown as an example of an Azure ML inference client that can be injected and used to call the inference endpoint.

Read Full Article

like

3 Likes

For uninterrupted reading, download the app