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-analytics-for-health/includes/rest-api/get-training-status.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ Use the following **GET** request to get the status of your model's training pro
22
22
|`{ENDPOINT}`| The endpoint for authenticating your API request. |`https://<your-custom-subdomain>.cognitiveservices.azure.com`|
23
23
|`{PROJECT-NAME}`| The name of your project. This value is case-sensitive. |`myProject`|
24
24
|`{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`|
26
26
27
27
#### Headers
28
28
@@ -34,7 +34,7 @@ Use the following header to authenticate your request.
34
34
35
35
#### Response Body
36
36
37
-
Once you send the request, you’ll get the following response.
37
+
After sending the request, you will get the following response.
0 commit comments