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.
Copy file name to clipboardExpand all lines: articles/cognitive-services/language-service/custom-text-classification/includes/language-studio/get-prediction-url.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,22 +11,22 @@ ms.author: aahi
11
11
12
12
1. After the deployment job is completed successfully, select the deployment you want to use and from the top menu click on **Get prediction URL**.
13
13
14
-
:::image type="content" source="../../media/get-prediction-url-1.png" alt-text="A screenshot showing the button to get the prediction U R L." lightbox="../../media/get-prediction-url-1.png":::
14
+
:::image type="content" source="../../media/get-prediction-url-1.png" alt-text="A screenshot showing the button to get the prediction URL." lightbox="../../media/get-prediction-url-1.png":::
15
15
16
16
2. In the window that appears, under the **Submit** pivot, copy the sample request URL and body into your command line.
17
17
18
18
3. Replace `<YOUR_DOCUMENT_HERE>` with the actual text you want to extract entities from.
19
19
20
-
:::image type="content" source="../../media/get-prediction-url-2.png" alt-text="A screenshot showing the prediction U R L and sample J SON request." lightbox="../../media/get-prediction-url-2.png":::
20
+
:::image type="content" source="../../media/get-prediction-url-2.png" alt-text="A screenshot showing the prediction URL and sample JSON request." lightbox="../../media/get-prediction-url-2.png":::
21
21
22
22
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.
23
23
24
-
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}>`
24
+
5. In the response header you receive extract `{JOB-ID}` from `operation-location`, which has the format: `{ENDPOINT}/language/analyze-text/jobs/{JOB-ID}`
25
25
26
26
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.
27
27
28
-
:::image type="content" source="../../media/get-prediction-url-3.png" alt-text="A screenshot showing the button to retrieval U R L." lightbox="../../media/get-prediction-url-3.png":::
28
+
:::image type="content" source="../../media/get-prediction-url-3.png" alt-text="A screenshot showing the button to retrieval URL." lightbox="../../media/get-prediction-url-3.png":::
29
29
30
-
7. Replace `<JOB-ID>` with the `{JOB-ID}` you extracted from the previous step.
30
+
7. Replace `<OPERATION-ID>` with the `{JOB-ID}` you extracted from the previous step.
31
31
32
32
8. Submit the `GET` cURL request in your terminal or command prompt.
0 commit comments