Skip to content

Commit 06dbe26

Browse files
authored
MVAD edit pass (Azure#23378)
* Edits to OpenAPI doc * Reflect AQ edits back to typespec and regenerate openapi.json * Address PR review comments
1 parent 33ca4d6 commit 06dbe26

File tree

6 files changed

+340
-344
lines changed

6 files changed

+340
-344
lines changed

specification/cognitiveservices/AnomalyDetector/main.tsp

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ using TypeSpec.Versioning;
1616
"The Anomaly Detector API detects anomalies automatically in time series data. It supports two kinds of mode, one is for stateless using, another is for stateful using. In stateless mode, there are three functionalities. Entire Detect is for detecting the whole series with model trained by the time series, Last Detect is detecting last point with model trained by points before. ChangePoint Detect is for detecting trend changes in time series. In stateful mode, user can store time series, the stored time series will be used for detection anomalies. Under this mode, user can still use the above three functionalities by only giving a time range without preparing time series in client side. Besides the above three functionalities, stateful model also provide group based detection and labeling service. By leveraging labeling service user can provide labels for each detection result, these labels will be used for retuning or regenerating detection models. Inconsistency detection is a kind of group based detection, this detection will find inconsistency ones in a set of time series. By using anomaly detector service, business customers can discover incidents and establish a logic flow for root cause analysis.",
1717
{
1818
@doc("""
19-
Supported Cognitive Services endpoints (protocol and hostname, for example:
19+
Supported Azure Cognitive Services endpoints (protocol and host name, such as
2020
https://westus2.api.cognitive.microsoft.com).
2121
""")
2222
Endpoint: string,
@@ -28,20 +28,20 @@ https://westus2.api.cognitive.microsoft.com).
2828
)
2929
@doc("""
3030
The Anomaly Detector API detects anomalies automatically in time series data.
31-
It supports two kinds of mode, one is for stateless using, another is for
32-
stateful using. In stateless mode, there are three functionalities. Entire
33-
Detect is for detecting the whole series with model trained by the time series,
34-
Last Detect is detecting last point with model trained by points before.
35-
ChangePoint Detect is for detecting trend changes in time series. In stateful
36-
mode, user can store time series, the stored time series will be used for
37-
detection anomalies. Under this mode, user can still use the above three
38-
functionalities by only giving a time range without preparing time series in
39-
client side. Besides the above three functionalities, stateful model also
40-
provide group based detection and labeling service. By leveraging labeling
41-
service user can provide labels for each detection result, these labels will be
31+
It supports both a stateless detection mode and a
32+
stateful detection mode. In stateless mode, there are three functionalities. Entire
33+
Detect is for detecting the whole series, with the model trained by the time series.
34+
Last Detect is for detecting the last point, with the model trained by points before.
35+
ChangePoint Detect is for detecting trend changes in the time series. In stateful
36+
mode, the user can store time series. The stored time series will be used for
37+
detection anomalies. In this mode, the user can still use the preceding three
38+
functionalities by only giving a time range without preparing time series on the
39+
client side. Besides the preceding three functionalities, the stateful model
40+
provides group-based detection and labeling services. By using the labeling
41+
service, the user can provide labels for each detection result. These labels will be
4242
used for retuning or regenerating detection models. Inconsistency detection is
43-
a kind of group based detection, this detection will find inconsistency ones in
44-
a set of time series. By using anomaly detector service, business customers can
43+
a kind of group-based detection that finds inconsistencies in
44+
a set of time series. By using the anomaly detector service, business customers can
4545
discover incidents and establish a logic flow for root cause analysis.
4646
""")
4747
namespace AnomalyDetector;

0 commit comments

Comments
 (0)