Skip to content

Commit 5727439

Browse files
jr-MSPatrickFarley
andauthored
Update articles/ai-services/content-safety/quickstart-custom-categories.md
Co-authored-by: Patrick Farley <[email protected]>
1 parent 7982201 commit 5727439

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/ai-services/content-safety/quickstart-custom-categories.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ curl -X PUT "<your_endpoint>/contentsafety/text/categories/survival-advice?api-v
6969

7070
### Start the category build process:
7171

72-
Replace `<your_api_key>` and `<your_endpoint>` with your own values. Allow enough time for model training: the end-to-end execution of custom category training can take from around five hours to ten hours. Plan your moderation pipeline accordingly. After receiving the response, ensure that you store the operation ID (referred to as `id`) somewhere like your notebook. This ID will be necessary for retrieving the build status using the ‘get status API in the next section.
72+
Replace `<your_api_key>` and `<your_endpoint>` with your own values. Allow enough time for model training: the end-to-end execution of custom category training can take from around five hours to ten hours. Plan your moderation pipeline accordingly. After you receive the response, store the operation ID (referred to as `id`) in a temporary location. This ID will be necessary for retrieving the build status using the **Get status** API in the next section.
7373

7474
```bash
7575
curl -X POST "<your_endpoint>/contentsafety/text/categories/survival-advice:build?api-version=2024-02-15-preview" \

0 commit comments

Comments
 (0)