Skip to content

Commit bd2fea3

Browse files
committed
acrolinx update
1 parent ef60099 commit bd2fea3

File tree

1 file changed

+2
-2
lines changed
  • articles/cognitive-services/language-service/custom-text-analytics-for-health/includes/rest-api

1 file changed

+2
-2
lines changed

articles/cognitive-services/language-service/custom-text-analytics-for-health/includes/rest-api/get-training-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 get the status of your model's training pro
2222
|`{ENDPOINT}` | The endpoint for authenticating your API request. | `https://<your-custom-subdomain>.cognitiveservices.azure.com` |
2323
|`{PROJECT-NAME}` | The name of your project. This value is case-sensitive. | `myProject` |
2424
|`{JOB-ID}` | The ID for locating your model's training status. This value 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

@@ -34,7 +34,7 @@ Use the following header to authenticate your request.
3434

3535
#### Response Body
3636

37-
Once you send the request, you’ll get the following response.
37+
After sending the request, you will get the following response.
3838

3939
```json
4040
{

0 commit comments

Comments
 (0)