Skip to content

Commit 7521df1

Browse files
committed
fixes
1 parent 0d1486e commit 7521df1

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

articles/cognitive-services/language-service/custom-text-classification/includes/rest-api/cancel-training.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ Use the following header to authenticate your request.
3535
|--|--|
3636
|`Ocp-Apim-Subscription-Key`| The key to your resource. Used for authenticating your API requests.|
3737

38-
After you send your API request, you'll receive a 202 response with an Operation-Location header used to check the status of the job.
38+
After you send your API request, you'll receive a 202 response with an `Operation-Location` header used to check the status of the job.

articles/cognitive-services/language-service/custom-text-classification/includes/rest-api/create-project.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Use the following URL to create a project. Replace the placeholder values below
2626
|---------|---------|---------|
2727
|`{ENDPOINT}` | The endpoint for authenticating your API request. | `https://<your-custom-subdomain>.cognitiveservices.azure.com` |
2828
|`{PROJECT-NAME}` | The name for your project. This value is case-sensitive. | `myProject` |
29-
|`{API-VERSION}` | The version of the API you are calling. The value referenced here is for the latest version released. Learn more about other available [API versions](../../../concepts/model-lifecycle.md#choose-the-model-version-used-on-your-data) | `2022-05-01` |
29+
|`{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` |
3030

3131

3232
### Headers

articles/cognitive-services/language-service/custom-text-classification/includes/rest-api/delete-deployment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@ Use the following header to authenticate your request.
3737
|`Ocp-Apim-Subscription-Key`| The key to your resource. Used for authenticating your API requests.|
3838

3939

40-
Once you send your API request, you will receive a `202` response indicating success, which means your deployment has been deleted. A successful call results with an Operation-Location header used to check the status of the job.
40+
Once you send your API request, you will receive a `202` response indicating success, which means your deployment has been deleted. A successful call results with an `Operation-Location` header used to check the status of the job.
4141

4242

articles/cognitive-services/language-service/custom-text-classification/includes/rest-api/delete-project.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ Use the following header to authenticate your request.
3030
|Ocp-Apim-Subscription-Key| The key to your resource. Used for authenticating your API requests.|
3131

3232

33-
Once you send your API request, you will receive a `202` response indicating success, which means your project has been deleted. A successful call results with an Operation-Location header used to check the status of the job.
33+
Once you send your API request, you will receive a `202` response indicating success, which means your project has been deleted. A successful call results with an `Operation-Location` header used to check the status of the job.

articles/cognitive-services/language-service/custom-text-classification/includes/rest-api/get-results.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Use the following **GET** request to query the status/results of the text classi
1717
|Placeholder |Value | Example |
1818
|---------|---------|---------|
1919
|`{ENDPOINT}` | The endpoint for authenticating your API request. | `https://<your-custom-subdomain>.cognitiveservices.azure.com` |
20-
|`{API-VERSION}` | The version of the API you are calling. The value referenced here is for the latest version released. Learn more about other available [API versions](../../../concepts/model-lifecycle.md#choose-the-model-version-used-on-your-data) | `2022-05-01` |
20+
|`{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) for more information on other available API versions. | `2022-05-01` |
2121

2222
#### Headers
2323

articles/cognitive-services/language-service/custom-text-classification/includes/rest-api/get-training-status.md

Lines changed: 1 addition & 1 deletion
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. Learn more about other available [API versions](../../../concepts/model-lifecycle.md#choose-the-model-version-used-on-your-data) | `2022-05-01` |
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` |
2626

2727
#### Headers
2828

articles/cognitive-services/language-service/custom-text-classification/includes/rest-api/submit-task.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Use this **POST** request to start a text classification task.
1818
|Placeholder |Value | Example |
1919
|---------|---------|---------|
2020
|`{ENDPOINT}` | The endpoint for authenticating your API request. | `https://<your-custom-subdomain>.cognitiveservices.azure.com` |
21-
|`{API-VERSION}` | The version of the API you are calling. The value referenced here is for the latest version released. Learn more about other available [API versions](../../../concepts/model-lifecycle.md#choose-the-model-version-used-on-your-data) | `2022-05-01` |
21+
|`{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` |
2222

2323
#### Headers
2424

articles/cognitive-services/language-service/custom-text-classification/includes/rest-api/text-classification-task.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Use this **POST** request to text classification task. Replace `{projectName}` w
1818
|Placeholder |Value | Example |
1919
|---------|---------|---------|
2020
|`{ENDPOINT}` | The endpoint for authenticating your API request. | `https://<your-custom-subdomain>.cognitiveservices.azure.com` |
21-
|`{API-VERSION}` | The version of the API you are calling. The value referenced here is for the latest version released. Learn more about other available [API versions](../../../concepts/model-lifecycle.md#choose-the-model-version-used-on-your-data) | `2022-05-01` |
21+
|`{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` |
2222

2323

2424
#### Headers

articles/cognitive-services/language-service/custom-text-classification/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ As you use custom text classification, see the following reference documentation
7979

8080
## Responsible AI
8181

82-
An AI system includes not only the technology, but also the people who will use it, the people who will be affected by it, and the environment in which it is deployed. Read the [transparency note for custom text classification]() to learn about responsible AI use and deployment in your systems. You can also see the following articles for more information:
82+
An AI system includes not only the technology, but also the people who will use it, the people who will be affected by it, and the environment in which it is deployed. Read the [transparency note for custom text classification](/legal/cognitive-services/language-service/ctc-transparency-note?context=/azure/cognitive-services/language-service/context/context) to learn about responsible AI use and deployment in your systems. You can also see the following articles for more information:
8383

8484
[!INCLUDE [Responsible AI links](../includes/overview-responsible-ai-links.md)]
8585

0 commit comments

Comments
 (0)