Skip to content

Commit ef60099

Browse files
committed
fixes
1 parent 17cd2cd commit ef60099

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

articles/cognitive-services/language-service/custom-text-analytics-for-health/includes/get-keys-endpoint-azure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ ms.author: aahi
1212

1313
1. Go to your resource overview page in the [Azure portal](https://portal.azure.com/#home)
1414

15-
2. From the menu on the left side, select **Keys and Endpoint**. You will use the endpoint and key for the API requests
15+
2. From the menu on the left side, select **Keys and Endpoint**. You'll use the endpoint and key for the API requests
1616

1717
:::image type="content" source="../../custom-text-classification/media/get-endpoint-azure.png" alt-text="A screenshot showing the key and endpoint page in the Azure portal" lightbox="../../custom-text-classification/media/get-endpoint-azure.png":::

articles/cognitive-services/language-service/custom-text-analytics-for-health/includes/quickstarts/rest-api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ Training could take sometime between 10 and 30 minutes for this sample dataset.
8989
9090
## Deploy your model
9191

92-
Generally after training a model you would review it's evaluation details and make improvements if necessary. In this quickstart, you will just deploy your model, and make it available for you to try in Language Studio, or you can call the [prediction API](https://aka.ms/ct-runtime-swagger).
92+
Generally after training a model you would review its evaluation details and make improvements if necessary. In this quickstart, you will just deploy your model, and make it available for you to try in Language Studio, or you can call the [prediction API](https://aka.ms/ct-runtime-swagger).
9393

9494
### Start deployment job
9595

@@ -105,7 +105,7 @@ Generally after training a model you would review it's evaluation details and ma
105105
> [!div class="nextstepaction"]
106106
> <a href="https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=REST API&Pillar=Language&Product=Custom-text-analytics-for-health&Page=quickstart&Section=Get-deployment-job-status" target="_target">I ran into an issue</a>
107107
108-
## Make predictions using your trained model
108+
## Make predictions with your trained model
109109

110110
After your model is deployed, you can start using it to extract entities from your text using the [prediction API](https://aka.ms/ct-runtime-swagger). In the sample dataset you downloaded earlier you can find some test documents that you can use in this step.
111111

articles/cognitive-services/language-service/custom-text-analytics-for-health/includes/rest-api/deploy-model.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Submit a **PUT** request using the following URL, headers, and JSON body to subm
2121
| `{ENDPOINT}` | The endpoint for authenticating your API request. | `https://<your-custom-subdomain>.cognitiveservices.azure.com` |
2222
| `{PROJECT-NAME}` | The name of your project. This value is case-sensitive. | `myProject` |
2323
| `{DEPLOYMENT-NAME}` | The name of your deployment. This value is case-sensitive. | `staging` |
24-
|`{API-VERSION}` | The version of the API you are calling. The value referenced here is for the latest version released. See [Model lifecycle](../../../concepts/model-lifecycle.md#choose-the-model-version-used-on-your-data) to learn more about other available API versions. | `2022-05-01` |
24+
|`{API-VERSION}` | The version of the API you're calling. The value referenced here is for the latest version released. See [Model lifecycle](../../../concepts/model-lifecycle.md#choose-the-model-version-used-on-your-data) to learn more about other available API versions. | `2022-05-01` |
2525

2626
#### Headers
2727

articles/cognitive-services/language-service/custom-text-analytics-for-health/includes/rest-api/get-deployment-status.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Use the following **GET** request to query the status of the deployment job. You
2222
| `{PROJECT-NAME}` | The name of your project. This value is case-sensitive. | `myProject` |
2323
| `{DEPLOYMENT-NAME}` | The name of your deployment. This value is case-sensitive. | `staging` |
2424
|`{JOB-ID}` | The ID for locating your model's training status. This is in the `location` header value you received in the previous step. | `xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxxx` |
25-
|`{API-VERSION}` | The version of the API you are calling. The value referenced here is for the latest version released. See [Model lifecycle](../../../concepts/model-lifecycle.md#choose-the-model-version-used-on-your-data) to learn more about other available API versions. | `2022-05-01` |
25+
|`{API-VERSION}` | The version of the API you're calling. The value referenced here is for the latest version released. See [Model lifecycle](../../../concepts/model-lifecycle.md#choose-the-model-version-used-on-your-data) to learn more about other available API versions. | `2022-05-01` |
2626

2727
#### Headers
2828

@@ -35,7 +35,7 @@ Use the following header to authenticate your request.
3535

3636
### Response Body
3737

38-
Once you send the request, you will get the following response. Keep polling this endpoint until the **status** parameter changes to "succeeded". You should get a `200` code to indicate the success of the request.
38+
You'll receive the following request when you send the request. Keep polling this endpoint until the **status** parameter changes to "succeeded". You should get a `200` code to indicate the success of the request.
3939

4040
```json
4141
{

articles/cognitive-services/language-service/custom-text-analytics-for-health/includes/rest-api/get-results.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Use the following **GET** request to query the status/results of the custom enti
1919
|Placeholder |Value | Example |
2020
|---------|---------|---------|
2121
|`{ENDPOINT}` | The endpoint for authenticating your API request. | `https://<your-custom-subdomain>.cognitiveservices.azure.com` |
22-
|`{API-VERSION}` | The version of the API you are calling. The value referenced here is for the latest version released. See [Model lifecycle](../../../concepts/model-lifecycle.md#choose-the-model-version-used-on-your-data) to learn more about other available API versions. | `2022-05-01` |
22+
|`{API-VERSION}` | The version of the API you're calling. The value referenced here is for the latest version released. See [Model lifecycle](../../../concepts/model-lifecycle.md#choose-the-model-version-used-on-your-data) to learn more about other available API versions. | `2022-05-01` |
2323

2424
#### Headers
2525

@@ -29,7 +29,7 @@ Use the following **GET** request to query the status/results of the custom enti
2929

3030
### Response Body
3131

32-
The response will be a JSON document with the following parameters
32+
The response is a JSON document with the following parameters
3333

3434
```json
3535
{

articles/cognitive-services/language-service/custom-text-analytics-for-health/includes/rest-api/train-model.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.date: 06/29/2022
1010
ms.author: aahi
1111
---
1212

13-
Submit a **POST** request using the following URL, headers, and JSON body to submit a training job. Replace the placeholder values below with your own values.
13+
Submit a **POST** request using the following URL, headers, and JSON body to submit a training job. Replace the placeholder values with your own values.
1414

1515
```rest
1616
{ENDPOINT}/language/authoring/analyze-text/projects/{PROJECT-NAME}/:train?api-version={API-VERSION}
@@ -32,7 +32,7 @@ Use the following header to authenticate your request.
3232

3333
#### Request body
3434

35-
Use the following JSON in your request body. The model will be given the `{MODEL-NAME}` once training is complete. Only successful training jobs will produce models.
35+
Use the following JSON in your request body. The model is given the `{MODEL-NAME}` once training is complete. Only successful training jobs produce models.
3636

3737

3838
```json
@@ -52,7 +52,7 @@ Use the following JSON in your request body. The model will be given the `{MODEL
5252
| modelLabel | `{MODEL-NAME}` | The model name that will be assigned to your model once trained successfully. | `myModel` |
5353
| trainingConfigVersion | `{CONFIG-VERSION}` | This is the [model version](../../../concepts/model-lifecycle.md) that will be used to train the model. | `2022-05-01`|
5454
| evaluationOptions | | Option to split your data across training and testing sets. | `{}` |
55-
| kind | `percentage` | Split methods. Possible values are `percentage` or `manual`. See [How to train a model](../../how-to/train-model.md#data-splitting) for more information. |`percentage`|
55+
| kind | `percentage` | Split methods. Possible values are `percentage` or `manual`. <!--See [How to train a model](../../how-to/train-model.md#data-splitting) for more information.--> |`percentage`|
5656
| trainingSplitPercentage | `80`| Percentage of your tagged data to be included in the training set. Recommended value is `80`. | `80`|
5757
| testingSplitPercentage | `20` | Percentage of your tagged data to be included in the testing set. Recommended value is `20`. | `20` |
5858

0 commit comments

Comments
 (0)