From 92fc0c61f2d9bb0cb81e2b6e50d99ef1ad8be9bc Mon Sep 17 00:00:00 2001 From: PatrickFarley Date: Thu, 5 Sep 2024 10:19:52 -0400 Subject: [PATCH] preview tags --- .../content-safety/concepts/custom-categories.md | 4 ++-- .../content-safety/how-to/custom-categories-rapid.md | 4 ++-- .../content-safety/how-to/custom-categories.md | 4 ++-- articles/ai-services/content-safety/index.yml | 8 ++++---- articles/ai-services/content-safety/overview.md | 2 +- .../content-safety/quickstart-custom-categories.md | 4 ++-- .../ai-services/content-safety/quickstart-jailbreak.md | 2 +- articles/ai-services/content-safety/toc.yml | 6 +++--- articles/ai-services/content-safety/whats-new.md | 4 ++-- 9 files changed, 19 insertions(+), 19 deletions(-) diff --git a/articles/ai-services/content-safety/concepts/custom-categories.md b/articles/ai-services/content-safety/concepts/custom-categories.md index 6199fdb0ba8..d2cc1af2790 100644 --- a/articles/ai-services/content-safety/concepts/custom-categories.md +++ b/articles/ai-services/content-safety/concepts/custom-categories.md @@ -1,5 +1,5 @@ --- -title: "Custom categories in Azure AI Content Safety" +title: "Custom categories in Azure AI Content Safety (preview)" titleSuffix: Azure AI services description: Learn about custom content categories and the different ways you can use Azure AI Content Safety to handle them on your platform. #services: cognitive-services @@ -12,7 +12,7 @@ ms.date: 07/05/2024 ms.author: pafarley --- -# Custom categories +# Custom categories (preview) Azure AI Content Safety lets you create and manage your own content moderation categories for enhanced moderation and filtering that matches your specific policies or use cases. diff --git a/articles/ai-services/content-safety/how-to/custom-categories-rapid.md b/articles/ai-services/content-safety/how-to/custom-categories-rapid.md index dba2472bea6..5e3195b00e6 100644 --- a/articles/ai-services/content-safety/how-to/custom-categories-rapid.md +++ b/articles/ai-services/content-safety/how-to/custom-categories-rapid.md @@ -1,5 +1,5 @@ --- -title: "Use the custom categories (rapid) API" +title: "Use the custom categories (rapid) API (preview)" titleSuffix: Azure AI services description: Learn how to use the custom categories (rapid) API to mitigate harmful content incidents quickly. #services: cognitive-services @@ -13,7 +13,7 @@ ms.author: pafarley --- -# Use the custom categories (rapid) API +# Use the custom categories (rapid) API (preview) The custom categories (rapid) API lets you quickly respond to emerging harmful content incidents. You can define an incident with a few examples in a specific topic, and the service will start detecting similar content. diff --git a/articles/ai-services/content-safety/how-to/custom-categories.md b/articles/ai-services/content-safety/how-to/custom-categories.md index 1ad41346504..7e26e9f2fb2 100644 --- a/articles/ai-services/content-safety/how-to/custom-categories.md +++ b/articles/ai-services/content-safety/how-to/custom-categories.md @@ -1,5 +1,5 @@ --- -title: "Use the custom category API" +title: "Use the custom category API (preview)" titleSuffix: Azure AI services description: Learn how to use the custom category API to create your own harmful content categories and train the Content Safety model for your use case. #services: cognitive-services @@ -12,7 +12,7 @@ ms.date: 04/11/2024 ms.author: pafarley --- -# Use the custom categories (standard) API +# Use the custom categories (standard) API (preview) The custom categories (standard) API lets you create your own content categories for your use case and train Azure AI Content Safety to detect them in new content. diff --git a/articles/ai-services/content-safety/index.yml b/articles/ai-services/content-safety/index.yml index 6a66c2f7125..361befc7495 100644 --- a/articles/ai-services/content-safety/index.yml +++ b/articles/ai-services/content-safety/index.yml @@ -44,7 +44,7 @@ landingContent: links: - text: Harm categories url: concepts/harm-categories.md - - text: Custom categories + - text: Custom categories (preview) url: concepts/custom-categories.md - linkListType: quickstart links: @@ -54,7 +54,7 @@ landingContent: url: quickstart-image.md?pivots=programming-language-rest - linkListType: how-to-guide links: - - text: Use custom categories + - text: Use custom categories (preview) url: how-to/custom-categories.md @@ -64,7 +64,7 @@ landingContent: links: - text: Harm categories url: concepts/harm-categories.md - - text: Custom categories + - text: Custom categories (preview) url: concepts/custom-categories.md - text: Groundedness detection url: concepts/groundedness.md @@ -78,7 +78,7 @@ landingContent: url: quickstart-groundedness.md - linkListType: how-to-guide links: - - text: Use custom categories + - text: Use custom categories (preview) url: how-to/custom-categories.md - text: Use a blocklist url: how-to/use-blocklist.md diff --git a/articles/ai-services/content-safety/overview.md b/articles/ai-services/content-safety/overview.md index 8c32a1a2230..261e9810ac4 100644 --- a/articles/ai-services/content-safety/overview.md +++ b/articles/ai-services/content-safety/overview.md @@ -123,7 +123,7 @@ See the following list for the input requirements for each feature. - **Protected material detection API**: - Default maximum length: 1K characters. - Default minimum length: 110 characters (for scanning LLM completions, not user prompts). -- **Custom categories (standard) API**: +- **Custom categories (standard) API (preview)**: - Maximum inference input length: 1K characters. diff --git a/articles/ai-services/content-safety/quickstart-custom-categories.md b/articles/ai-services/content-safety/quickstart-custom-categories.md index a3d208ccb96..7374a9a8f31 100644 --- a/articles/ai-services/content-safety/quickstart-custom-categories.md +++ b/articles/ai-services/content-safety/quickstart-custom-categories.md @@ -1,5 +1,5 @@ --- -title: "Quickstart: Custom categories" +title: "Quickstart: Custom categories (preview)" titleSuffix: Azure AI services description: Use the custom category API to create your own harmful content categories and train the Content Safety model for your use case. #services: cognitive-services @@ -11,7 +11,7 @@ ms.date: 07/03/2024 ms.author: pafarley --- -# Quickstart: Custom categories (standard mode) +# Quickstart: Custom categories (standard mode) (preview) Follow this guide to use Azure AI Content Safety Custom category REST API to create your own content categories for your use case and train Azure AI Content Safety to detect them in new text content. diff --git a/articles/ai-services/content-safety/quickstart-jailbreak.md b/articles/ai-services/content-safety/quickstart-jailbreak.md index c52ffe822be..f1f9b5f4483 100644 --- a/articles/ai-services/content-safety/quickstart-jailbreak.md +++ b/articles/ai-services/content-safety/quickstart-jailbreak.md @@ -11,7 +11,7 @@ ms.date: 03/15/2024 ms.author: pafarley --- -# Quickstart: Prompt Shields (preview) +# Quickstart: Prompt Shields "Prompt Shields" in Azure AI Content Safety are specifically designed to safeguard generative AI systems from generating harmful or inappropriate content. These shields detect and mitigate risks associated with both User Prompt Attacks (malicious or harmful user-generated inputs) and Document Attacks (inputs containing harmful content embedded within documents). The use of "Prompt Shields" is crucial in environments where GenAI is employed, ensuring that AI outputs remain safe, compliant, and trustworthy. diff --git a/articles/ai-services/content-safety/toc.yml b/articles/ai-services/content-safety/toc.yml index eeda6217114..8957cecdd30 100644 --- a/articles/ai-services/content-safety/toc.yml +++ b/articles/ai-services/content-safety/toc.yml @@ -23,7 +23,7 @@ items: href: concepts/groundedness.md - name: Protected material detection href: concepts/protected-material.md - - name: Custom categories + - name: Custom categories (preview) href: concepts/custom-categories.md - name: Harm categories href: concepts/harm-categories.md @@ -35,7 +35,7 @@ items: href: quickstart-groundedness.md - name: Protected material detection href: quickstart-protected-material.md - - name: Custom categories + - name: Custom categories (preview) href: quickstart-custom-categories.md - name: Content Safety Studio href: studio-quickstart.md @@ -57,7 +57,7 @@ items: href: /legal/cognitive-services/content-safety/data-privacy?context=/azure/ai-services/content-safety/context/context - name: How-to guides items: - - name: Use custom categories + - name: Use custom categories (preview) href: how-to/custom-categories.md - name: Use a blocklist href: how-to/use-blocklist.md diff --git a/articles/ai-services/content-safety/whats-new.md b/articles/ai-services/content-safety/whats-new.md index 8a622a4deea..1a0b3a2a50b 100644 --- a/articles/ai-services/content-safety/whats-new.md +++ b/articles/ai-services/content-safety/whats-new.md @@ -18,13 +18,13 @@ Learn what's new in the service. These items might be release notes, videos, blo ## July 2024 -### Custom categories (standard) API +### Custom categories (standard) API public preview The custom categories (standard) API lets you create and train your own custom content categories and scan text for matches. See [Custom categories](./concepts/custom-categories.md) to learn more. ## May 2024 -### Custom categories (rapid) API +### Custom categories (rapid) API public preview The custom categories (rapid) API lets you quickly define emerging harmful content patterns and scan text and images for matches. See [Custom categories](./concepts/custom-categories.md) to learn more.