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-named-entity-recognition/includes/language-studio/get-prediction-url.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
@@ -23,12 +23,12 @@ ms.author: aahi
23
23
24
24
4. Submit the `POST` cURL request in your terminal or command prompt. You'll receive a 202 response with the API results if the request was successful.
25
25
26
-
5. In the response header you receive extract `{JOB-ID}` from `operation-location`, which has the format: `{ENDPOINT}/text/analytics/v3.2-preview.2/analyze/jobs/<JOB-ID}>`
26
+
5. In the response header you receive extract `{JOB-ID}` from `operation-location`, which has the format: `{ENDPOINT}/language/analyze-text/jobs/{JOB-ID}`
27
27
28
28
6. Back to Language Studio; select **Retrieve** pivot from the same window you got the example request you got earlier and copy the sample request into a text editor.
29
29
30
30
:::image type="content" source="../../media/get-prediction-url-3.png" alt-text="A screenshot showing the example retrieval request." lightbox="../../media/get-prediction-url-3.png":::
31
31
32
-
7. Replace `<JOB-ID>` with the `{JOB-ID}` you extracted from the previous step.
32
+
7. Replace `<OPERATION-ID>` with the `{JOB-ID}` you extracted from the previous step.
33
33
34
34
8. Submit the `GET` cURL request in your terminal or command prompt.
0 commit comments