Skip to content

Commit 2f466b6

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/ai-services/content-safety/how-to/custom-categories.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ curl -X PUT "<your_endpoint>/contentsafety/text/categories/<your_category_name>?
8686

8787
### Start the category build process:
8888

89-
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.
89+
After you receive the response, store the operation ID (referred to as `id`) in a temporary. You need this ID to retrieve the build status using the **Get status** API.
9090

9191
```bash
9292
curl -X POST "<your_endpoint>/contentsafety/text/categories/<your_category_name>:build?api-version=2024-02-15-preview&version={version}" \

0 commit comments

Comments
 (0)