# Azure ML

**Supported Labeling Types**: `Row labeling`

To ensure seamless integration, we have created a direct integration with the Azure model. We understand that most of our clients have existing data and training pipelines in Azure, so we allow you to use your trained model directly to improve its performance.

To use the Azure model, you need to select Azure as the service provider. Once selected, you will see the menu below:

<figure><img src="https://448889121-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MbjY0HseEqu7LtYAt4d%2Fuploads%2Fgit-blob-4ca4957e4859295dad4eddb61775e4dd7e65a744%2FExtension%20-%20ML-assisted%20Labeling%20-%20Row%20labeling%20-%20Amazon%20Sagemaker%20-%20highlight.png?alt=media" alt="Image of ML Assisted with Azure"><figcaption><p>ML Assisted with Azure</p></figcaption></figure>

1. **Target text**: Pick which text to use as input for reference.
2. **Target question**: Decide which output column to predict.
3. **API URL**: The endpoint built in Azure AutoML.
4. **API token**: The user's token that allows other applications to communicate with the model.
5. **Faster prediction speed**: Toggle this option to run predictions faster via the backend.

To obtain the API URL and API token, you should enable authentication when building the models during this step. Once deployed, you will receive the REST endpoint as your API URL and the authentication token as your API token.

<figure><img src="https://448889121-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MbjY0HseEqu7LtYAt4d%2Fuploads%2Fgit-blob-cc47990677ee33d69467dee5a7c98302d3bc7726%2FExtension%20-%20ML-assisted%20Labeling%20-%20Row%20labeling%20-%20Azure%20-%20deploy%20model.png?alt=media" alt="Image of Azure menu"><figcaption></figcaption></figure>

After configuring the above options, you can predict the labels and get the predicted labels from your own model.

<figure><img src="https://448889121-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MbjY0HseEqu7LtYAt4d%2Fuploads%2Fgit-blob-2bcd1d4100f49dcd68a1e27fe7ab32c1b5baa400%2FExtension%20-%20ML-assisted%20Labeling%20-%20Row%20labeling%20-%20Azure%20-%20project.png?alt=media" alt="Image of after configure Azure"><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.datasaur.ai/assisted-labeling/ml-assisted-labeling/azure.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
