Skip to content

Commit 4f44501

Browse files
authored
Merge pull request #77015 from diberry/0516-container-personalizer
[Cogsvcs] Containers - remove personalizer container
2 parents 31826e1 + d4564d0 commit 4f44501

File tree

6 files changed

+27
-357
lines changed

6 files changed

+27
-357
lines changed

.openpublishing.redirection.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36188,6 +36188,16 @@
3618836188
"redirect_url": "/azure/azure-monitor/platform/data-collector-api",
3618936189
"redirect_document_id": false
3619036190
},
36191+
{
36192+
"source_path": "articles/cognitive-services/personalizer/personalizer-container-configuration.md",
36193+
"redirect_url": "/azure/cognitive-services/personalizer/what-is-personalizer",
36194+
"redirect_document_id": false
36195+
},
36196+
{
36197+
"source_path": "articles/cognitive-services/personalizer/personalizer-container-howto.md",
36198+
"redirect_url": "/azure/cognitive-services/personalizer/what-is-personalizer",
36199+
"redirect_document_id": false
36200+
},
3619136201
{
3619236202
"source_path": "articles/cognitive-services/LUIS/luis-quickstart-intent-and-key-phrase.md",
3619336203
"redirect_url": "/azure/cognitive-services/LUIS/luis-reference-prebuilt-keyphrase",

articles/cognitive-services/cognitive-services-container-support.md

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ manager: nitinme
88
ms.custom: seodec18
99
ms.service: cognitive-services
1010
ms.topic: article
11-
ms.date: 05/15/2019
11+
ms.date: 05/16/2019
1212
ms.author: diberry
1313
#As a potential customer, I want to know more about how Cognitive Services provides and supports Docker containers for each service.
1414
---
@@ -22,10 +22,13 @@ Container support in Azure Cognitive Services allows developers to use the same
2222
* [Face](Face/Overview.md)
2323
* [Form Recognizer](https://go.microsoft.com/fwlink/?linkid=2083826&clcid=0x409)
2424
* [Language Understanding](LUIS/luis-container-howto.md) (LUIS)
25-
* [Personalizer](https://go.microsoft.com/fwlink/?linkid=2083923&clcid=0x409)
2625
* [Speech Service API](https://go.microsoft.com/fwlink/?linkid=2083926&clcid=0x409)
2726
* [Text Analytics](text-analytics/overview.md)
2827

28+
<!--
29+
* [Personalizer](https://go.microsoft.com/fwlink/?linkid=2083923&clcid=0x409)
30+
-->
31+
2932
Containerization is an approach to software distribution in which an application or service, including its dependencies & configuration, is packaged together as a container image. With little or no modification, a container image can be deployed on a container host. Containers are isolated from each other and the underlying operating system, with a smaller footprint than a virtual machine. Containers can be instantiated from container images for short-term tasks, and removed when no longer needed.
3033

3134
The following video demonstrates using a Cognitive Services container.
@@ -53,13 +56,16 @@ Azure Cognitive Services containers provide the following set of Docker containe
5356
|[Face](Face/face-how-to-install-containers.md) |F0, S0|**Face** |Detects human faces in images, and identifies attributes, including face landmarks (such as noses and eyes), gender, age, and other machine-predicted facial features. In addition to detection, Face can check if two faces in the same image or different images are the same by using a confidence score, or compare faces against a database to see if a similar-looking or identical face already exists. It can also organize similar faces into groups, using shared visual traits.<br>[Request access](Face/face-how-to-install-containers.md#request-access-to-the-private-container-registry) |
5457
|[Form recognizer](https://go.microsoft.com/fwlink/?linkid=2083826&clcid=0x409) |F0, S0|**Form Recognizer** |Form Understanding applies machine learning technology to identify and extract key-value pairs and tables from forms.<br>[Request access](https://aka.ms/FormRecognizerContainerRequestAccess)|
5558
|[LUIS](LUIS/luis-container-howto.md) |F0, S0|**LUIS** ([image](https://go.microsoft.com/fwlink/?linkid=2043204&clcid=0x409))|Loads a trained or published Language Understanding model, also known as a LUIS app, into a docker container and provides access to the query predictions from the container's API endpoints. You can collect query logs from the container and upload these back to the [LUIS portal](https://www.luis.ai) to improve the app's prediction accuracy.|
56-
|[Personalizer](https://go.microsoft.com/fwlink/?linkid=2083923&clcid=0x409) |F0, S0|**Personalizer** ([image](https://go.microsoft.com/fwlink/?linkid=2083928&clcid=0x409))|Azure Personalizer is a cloud-based API service that allows you to choose the best experience to show to your users, learning from their real-time behavior.|
5759
|[Speech Service API](https://go.microsoft.com/fwlink/?linkid=2083926&clcid=0x409) |F0, S0|**Speech-to-text** |Transcribes continuous real-time speech into text.<br>[Request access](https://aka.ms/speechcontainerspreview/)|
5860
|[Speech Service API](https://go.microsoft.com/fwlink/?linkid=2083926&clcid=0x409) |F0, S0|**Text-to-speech** |Converts text to natural-sounding speech.<br>[Request access](https://aka.ms/speechcontainerspreview/)|
5961
|[Text Analytics](text-analytics/how-tos/text-analytics-how-to-install-containers.md) |F0, S|**Key Phrase Extraction** ([image](https://go.microsoft.com/fwlink/?linkid=2018757&clcid=0x409)) |Extracts key phrases to identify the main points. For example, for the input text "The food was delicious and there were wonderful staff", the API returns the main talking points: "food" and "wonderful staff". |
6062
|[Text Analytics](text-analytics/how-tos/text-analytics-how-to-install-containers.md)|F0, S|**Language Detection** ([image](https://go.microsoft.com/fwlink/?linkid=2018759&clcid=0x409)) |For up to 120 languages, detects which language the input text is written in and report a single language code for every document submitted on the request. The language code is paired with a score indicating the strength of the score. |
6163
|[Text Analytics](text-analytics/how-tos/text-analytics-how-to-install-containers.md)|F0, S|**Sentiment Analysis** ([image](https://go.microsoft.com/fwlink/?linkid=2018654&clcid=0x409)) |Analyzes raw text for clues about positive or negative sentiment. This API returns a sentiment score between 0 and 1 for each document, where 1 is the most positive. The analysis models are pre-trained using an extensive body of text and natural language technologies from Microsoft. For [selected languages](./text-analytics/language-support.md), the API can analyze and score any raw text that you provide, directly returning results to the calling application. |
6264

65+
<!--
66+
|[Personalizer](https://go.microsoft.com/fwlink/?linkid=2083923&clcid=0x409) |F0, S0|**Personalizer** ([image](https://go.microsoft.com/fwlink/?linkid=2083928&clcid=0x409))|Azure Personalizer is a cloud-based API service that allows you to choose the best experience to show to your users, learning from their real-time behavior.|
67+
-->
68+
6369
In addition, some containers are supported in Cognitive Services [**All-In-One offering**](https://ms.portal.azure.com/#create/Microsoft.CognitiveServicesAllInOne) resource keys. You can create one single Cognitive Services All-In-One resource and use the same billing key across supported services for the following services:
6470

6571
* Computer Vision
@@ -113,6 +119,8 @@ Install and explore the functionality provided by containers in Azure Cognitive
113119
* [Face containers](Face/face-how-to-install-containers.md)
114120
* [Form Recognizer containers](https://go.microsoft.com/fwlink/?linkid=2083826&clcid=0x409)
115121
* [Language Understanding (LUIS) containers](LUIS/luis-container-howto.md)
116-
* [Personalizer containers](https://go.microsoft.com/fwlink/?linkid=2083928&clcid=0x409)
117122
* [Speech Service API containers](https://go.microsoft.com/fwlink/?linkid=2083926&clcid=0x409)
118-
* [Text Analytics containers](text-analytics/how-tos/text-analytics-how-to-install-containers.md)
123+
* [Text Analytics containers](text-analytics/how-tos/text-analytics-how-to-install-containers.md)
124+
125+
<!--* [Personalizer containers](https://go.microsoft.com/fwlink/?linkid=2083928&clcid=0x409)
126+
-->

articles/cognitive-services/personalizer/how-to-settings.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,4 +83,7 @@ From the Resource management's section for **Model and Policy**, import a new le
8383

8484
## Next steps
8585

86+
<!--
8687
[How to use the Personalizer container](https://go.microsoft.com/fwlink/?linkid=2083923&clcid=0x409)
88+
-->
89+
[Learn about region availability](https://azure.microsoft.com/global-infrastructure/services/?products=cognitive-services)

articles/cognitive-services/personalizer/personalizer-container-configuration.md

Lines changed: 0 additions & 133 deletions
This file was deleted.

0 commit comments

Comments
 (0)