Skip to content

Commit 40ddcc4

Browse files
authored
address Acrolinx issues
1 parent ceeaaa1 commit 40ddcc4

File tree

1 file changed

+4
-4
lines changed
  • articles/cognitive-services/language-service/custom-text-classification/includes/rest-api

1 file changed

+4
-4
lines changed

articles/cognitive-services/language-service/custom-text-classification/includes/rest-api/cancel-training.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.author: aahi
1010
---
1111

1212

13-
Create a **POST** request using the following URL, headers, and JSON body to cancel a training job.
13+
Create a **POST** request by using the following URL, headers, and JSON body to cancel a training job.
1414

1515
### Request URL
1616

@@ -24,8 +24,8 @@ Use the following URL when creating your API request. Replace the placeholder va
2424
|---------|---------|---------|
2525
|`{ENDPOINT}` | The endpoint for authenticating your API request. | `https://<your-custom-subdomain>.cognitiveservices.azure.com` |
2626
|`{PROJECT-NAME}` | The name for your project. This value is case-sensitive. | `EmailApp` |
27-
|`{JOB-ID}` | This is the training job ID| `XXXXX-XXXXX-XXXX-XX`|
28-
|`{API-VERSION}` | The version of the API you are calling. The value referenced here is for the latest released [model version](../../../concepts/model-lifecycle.md#choose-the-model-version-used-on-your-data). | `2022-03-01-preview` |
27+
|`{JOB-ID}` | This value is the training job ID.| `XXXXX-XXXXX-XXXX-XX`|
28+
|`{API-VERSION}` | The version of the API you're calling. The value referenced is for the latest released [model version](../../../concepts/model-lifecycle.md#choose-the-model-version-used-on-your-data). | `2022-03-01-preview` |
2929

3030
### Headers
3131

@@ -35,4 +35,4 @@ Use the following header to authenticate your request.
3535
|--|--|
3636
|`Ocp-Apim-Subscription-Key`| The key to your resource. Used for authenticating your API requests.|
3737

38-
Once you send your API request, you will receive a 204 response indicating success, which means your training job has been canceled.
38+
After you send your API request, you'll receive a 204 response indicating success, which means your training job has been canceled.

0 commit comments

Comments
 (0)