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/quickstarts/rest-api.md
+21-12Lines changed: 21 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -78,12 +78,14 @@ Use the following URL to create a project and import your tags file. Replace the
78
78
79
79
### Parameters
80
80
81
-
Use the following header to authenticate your request.
81
+
You need to pass the following parameters with your request.
82
82
83
83
|Key|Explanation|Value|
84
84
|--|--|--|
85
85
|`api-version`| The API version used.|`2021-11-01-preview`|
86
86
87
+
This can be done by adding `?api-version=2021-11-01-preview` to the end of your request url.
88
+
87
89
### Headers
88
90
89
91
Use the following header to authenticate your request.
@@ -191,12 +193,13 @@ Use the following URL when creating your API request. Replace the placeholder va
191
193
|`{PROJECT-NAME}`| The name for your project. This value is case-sensitive. |`myProject`|
192
194
193
195
### Parameters
194
-
195
-
Use the following header to authenticate your request.
196
+
You need to pass the following parameters with your request.
196
197
197
198
|Key|Explanation|Value|
198
199
|--|--|--|
199
-
|`api-version`| The API version used. |`2021-11-01-preview`|
200
+
|`api-version`| The API version used.|`2021-11-01-preview`|
201
+
202
+
This can be done by adding `?api-version=2021-11-01-preview` to the end of your request url.
200
203
201
204
### Headers
202
205
@@ -225,7 +228,7 @@ Use the following JSON in your request. The model will be named `MyModel` once t
225
228
Once you send your API request, you will receive a `202` response indicating success. In the response headers, extract the `location` value. It will be formatted like this:
`JOB-ID` is used to identify your request, since this operation is asynchronous. You will use this URL in the next step to get the training status.
@@ -246,11 +249,13 @@ Use the following **GET** request to query the status of your model's training p
246
249
247
250
### Parameters
248
251
249
-
Use the following header to authenticate your request.
252
+
You need to pass the following parameters with your request.
250
253
251
254
|Key|Explanation|Value|
252
255
|--|--|--|
253
-
|`api-version`| The API version used. |`2021-11-01-preview`|
256
+
|`api-version`| The API version used.|`2021-11-01-preview`|
257
+
258
+
This can be done by adding `?api-version=2021-11-01-preview` to the end of your request url.
254
259
255
260
### Headers
256
261
@@ -311,11 +316,13 @@ Create a **PUT** request using the following URL, headers, and JSON body to star
311
316
312
317
### Parameters
313
318
314
-
Use the following header to authenticate your request.
319
+
You need to pass the following parameters with your request.
315
320
316
321
|Key|Explanation|Value|
317
322
|--|--|--|
318
-
|`api-version`| The API version used. |`2021-11-01-preview`|
323
+
|`api-version`| The API version used.|`2021-11-01-preview`|
324
+
325
+
This can be done by adding `?api-version=2021-11-01-preview` to the end of your request url.
319
326
320
327
### Headers
321
328
@@ -339,7 +346,7 @@ Use the following JSON in your request. The model will be named `MyModel` once t
339
346
Once you send your API request, you will receive a `202` response indicating success. In the response headers, extract the `location` value. It will be formatted like this:
0 commit comments