Skip to content

Commit c207622

Browse files
jr-MSjr-MS
authored andcommitted
add a note in multivariate-how-to
1 parent 13a4b89 commit c207622

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

articles/cognitive-services/Anomaly-Detector/How-to/multivariate-how-to.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -366,6 +366,9 @@ The response contains the result status, variable information, inference paramet
366366

367367
## (NEW) Inference with synchronous API
368368

369+
> [!NOTE]
370+
> In v1.1-preview.1, we support synchronous API and add more fields in inference result for both asynchronous API and synchronous API, you could upgrade the API version to access to these features. Once you upgrade, you'll no longer use previous model trained in old version, you should retrain a model to fit for new fields.
371+
369372
With the synchronous API, you can get inference results point by point in real time, and no need for compressing and uploading task like training and asynchronous inference. Here are some requirements for the synchronous API:
370373
* Need to put data in **JSON format** into the API request body.
371374
* The inference results are limited to up to 10 data points, which means you could detect **1 to 10 timestamps** with one synchronous API call.

0 commit comments

Comments
 (0)