Skip to content

Commit 387e884

Browse files
committed
fixing table
1 parent 5bccf7d commit 387e884

File tree

1 file changed

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

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ms.service: cognitive-services
55
ms.subservice: language-service
66
ms.custom: event-tier1-build-2022
77
ms.topic: include
8-
ms.date: 05/05/2022
8+
ms.date: 05/24/2022
99
ms.author: aahi
1010
---
1111

@@ -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 version released. Learn more about other available [API versions](../../../concepts/model-lifecycle.md#choose-the-model-version-used-on-your-data) | `2022-03-01-preview` |
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` |
2929

3030
### Headers
3131

0 commit comments

Comments
 (0)