You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/cognitive-services/Anomaly-Detector/How-to/deploy-anomaly-detection-on-container-instances.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ ms.date: 04/01/2020
12
12
ms.author: mbullwin
13
13
---
14
14
15
-
# Deploy an Anomaly Detector container to Azure Container Instances
15
+
# Deploy an Anomaly Detector univariate container to Azure Container Instances
16
16
17
17
Learn how to deploy the Cognitive Services [Anomaly Detector](../anomaly-detector-container-howto.md) container to Azure [Container Instances](../../../container-instances/index.yml). This procedure demonstrates the creation of an Anomaly Detector resource. Then we discuss pulling the associated container image. Finally, we highlight the ability to exercise the orchestration of the two from a browser. Using containers can shift the developers' attention away from managing infrastructure to instead focusing on application development.
Copy file name to clipboardExpand all lines: articles/cognitive-services/Anomaly-Detector/How-to/deploy-anomaly-detection-on-iot-edge.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ ms.date: 12/03/2020
12
12
ms.author: mbullwin
13
13
---
14
14
15
-
# Deploy an Anomaly Detector module to IoT Edge
15
+
# Deploy an Anomaly Detector univariate module to IoT Edge
16
16
17
17
Learn how to deploy the Cognitive Services [Anomaly Detector](../anomaly-detector-container-howto.md) module to an IoT Edge device. Once it's deployed into IoT Edge, the module runs in IoT Edge together with other modules as container instances. It exposes the exact same APIs as an Anomaly Detector container instance running in a standard docker container environment.
Copy file name to clipboardExpand all lines: articles/cognitive-services/Anomaly-Detector/How-to/identify-anomalies.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,11 +12,11 @@ ms.date: 10/01/2019
12
12
ms.author: mbullwin
13
13
---
14
14
15
-
# How to: Use the Anomaly Detector API on your time series data
15
+
# How to: Use the Anomaly Detector univariate API on your time series data
16
16
17
17
The [Anomaly Detector API](https://westus2.dev.cognitive.microsoft.com/docs/services/AnomalyDetector/operations/post-timeseries-entire-detect) provides two methods of anomaly detection. You can either detect anomalies as a batch throughout your times series, or as your data is generated by detecting the anomaly status of the latest data point. The detection model returns anomaly results along with each data point's expected value, and the upper and lower anomaly detection boundaries. you can use these values to visualize the range of normal values, and anomalies in the data.
18
18
19
-
## Anomaly detection modes
19
+
## Anomaly detection modes
20
20
21
21
The Anomaly Detector API provides detection modes: batch and streaming.
The **Anomaly Detector** container runtime environment is configured using the `docker run` command arguments. This container has several required settings, along with a few optional settings. Several [examples](#example-docker-run-commands) of the command are available. The container-specific settings are the billing settings.
# Predictive maintenance solution with Anomaly Detector multivariate
16
+
# Predictive maintenance solution with Anomaly Detector (multivariate)
17
17
18
18
Many different industries need predictive maintenance solutions to reduce risks and gain actionable insights through processing data from their equipment. Predictive maintenance evaluates the condition of equipment by performing online monitoring. The goal is to perform maintenance before the equipment degrades or breaks down.
@@ -30,7 +30,7 @@ This article provides guidance on how to troubleshoot and remediate common error
30
30
|`StorageReadError`| 403 || Same as `StorageWriteError`. |
31
31
|`UnexpectedError`| 500 || Please contact us with detailed error information. You could take the support options from [this document](/azure/cognitive-services/cognitive-services-support-options?context=/azure/cognitive-services/anomaly-detector/context/context) or email us at [[email protected]](mailto:[email protected])|
@@ -46,13 +46,13 @@ This article provides guidance on how to troubleshoot and remediate common error
46
46
|`RequiredEndTime`| 400 | The `'endTime'` field is required in the request. | Your training request has not specified a value for the `'startTime'` field. Example: `{"endTime": "2021-01-01T00:00:00Z"}`. |
47
47
|`InvalidSlidingWindow`| 400 | The `'slidingWindow'` field must be an integer between 28 and 2880. |`'slidingWindow'` must be an integer between 28 and 2880 (inclusive). |
|`ModelNotExist`| 404 | The model does not exist. | The model with corresponding model ID does not exist. Please check the model ID in the request URL. |
@@ -61,13 +61,14 @@ This article provides guidance on how to troubleshoot and remediate common error
61
61
|`ModelNotReady`| 400 | The model is not ready yet. | The model is not ready yet. Please wait for a while until the training process completes. |
62
62
|`InvalidFileSize`| 413 | File \<file> exceeds the file size limit (\<size limit> bytes). | The size of inference data exceeds the upper limit (2GB currently). Please use less data for inference. |
|`ResultNotExist`| 404 | The result does not exist. | The result per request does not exist. Either inference has not completed or result has expired (7 days). |
69
69
70
-
#### Data Processing Errors
70
+
### Data Processing Errors
71
+
71
72
The following error codes do not have associated HTTP Error codes.
# Multivariate time series Anomaly Detection (public preview)
16
+
# Multivariate time series Anomaly Detection (preview)
17
17
18
18
The new **multivariate anomaly detection** APIs further enable developers by easily integrating advanced AI for detecting anomalies from groups of metrics, without the need for machine learning knowledge or labeled data. Dependencies and inter-correlations between up to 300 different signals are now automatically counted as key factors. This new capability helps you to proactively protect your complex systems such as software applications, servers, factory machines, spacecraft, or even your business, from failures.
19
19
@@ -36,7 +36,7 @@ To run the Notebook, you should get a valid Anomaly Detector API **subscription
36
36
37
37
## Region support
38
38
39
-
The public preview of Anomaly Detector multivariate is currently available in six regions: West US2, West Europe, East US2, South Central US, East US, and UK South.
39
+
The preview of Anomaly Detector multivariate is currently available in six regions: West US2, West Europe, East US2, South Central US, East US, and UK South.
0 commit comments