You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/cognitive-services/language-service/custom-text-classification/includes/rest-api/cancel-training.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ ms.author: aahi
10
10
---
11
11
12
12
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.
14
14
15
15
### Request URL
16
16
@@ -24,8 +24,8 @@ Use the following URL when creating your API request. Replace the placeholder va
24
24
|---------|---------|---------|
25
25
|`{ENDPOINT}`| The endpoint for authenticating your API request. |`https://<your-custom-subdomain>.cognitiveservices.azure.com`|
26
26
|`{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`|
29
29
30
30
### Headers
31
31
@@ -35,4 +35,4 @@ Use the following header to authenticate your request.
35
35
|--|--|
36
36
|`Ocp-Apim-Subscription-Key`| The key to your resource. Used for authenticating your API requests.|
37
37
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