@azure-rest/ai-anomaly-detector 1.0.0-beta.1 → 1.0.0-beta.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (170) hide show
  1. package/CHANGELOG.md +15 -0
  2. package/LICENSE +4 -4
  3. package/README.md +272 -17
  4. package/dist/browser/anomalyDetectorRest.d.ts +13 -0
  5. package/dist/browser/anomalyDetectorRest.d.ts.map +1 -0
  6. package/{dist-esm/src → dist/browser}/anomalyDetectorRest.js +13 -8
  7. package/dist/browser/anomalyDetectorRest.js.map +1 -0
  8. package/dist/browser/clientDefinitions.d.ts +95 -0
  9. package/dist/browser/clientDefinitions.d.ts.map +1 -0
  10. package/dist/browser/clientDefinitions.js +4 -0
  11. package/dist/browser/clientDefinitions.js.map +1 -0
  12. package/dist/browser/index.d.ts +11 -0
  13. package/dist/browser/index.d.ts.map +1 -0
  14. package/dist/browser/index.js +13 -0
  15. package/dist/browser/index.js.map +1 -0
  16. package/dist/browser/isUnexpected.d.ts +12 -0
  17. package/dist/browser/isUnexpected.d.ts.map +1 -0
  18. package/{dist-esm/src → dist/browser}/isUnexpected.js +5 -6
  19. package/dist/browser/isUnexpected.js.map +1 -0
  20. package/dist/browser/models.d.ts +252 -0
  21. package/dist/browser/models.d.ts.map +1 -0
  22. package/dist/browser/models.js +4 -0
  23. package/{dist-esm/src → dist/browser}/models.js.map +1 -1
  24. package/dist/browser/outputModels.d.ts +367 -0
  25. package/dist/browser/outputModels.d.ts.map +1 -0
  26. package/dist/browser/outputModels.js +4 -0
  27. package/{dist-esm/src → dist/browser}/outputModels.js.map +1 -1
  28. package/dist/browser/package.json +3 -0
  29. package/dist/browser/paginateHelper.d.ts +47 -0
  30. package/dist/browser/paginateHelper.d.ts.map +1 -0
  31. package/{dist-esm/src → dist/browser}/paginateHelper.js +2 -2
  32. package/dist/browser/paginateHelper.js.map +1 -0
  33. package/dist/browser/parameters.d.ts +46 -0
  34. package/dist/browser/parameters.d.ts.map +1 -0
  35. package/dist/browser/parameters.js +4 -0
  36. package/dist/browser/parameters.js.map +1 -0
  37. package/dist/browser/responses.d.ts +155 -0
  38. package/dist/browser/responses.d.ts.map +1 -0
  39. package/dist/browser/responses.js +4 -0
  40. package/dist/browser/responses.js.map +1 -0
  41. package/dist/commonjs/anomalyDetectorRest.d.ts +13 -0
  42. package/dist/commonjs/anomalyDetectorRest.d.ts.map +1 -0
  43. package/dist/commonjs/anomalyDetectorRest.js +34 -0
  44. package/dist/commonjs/anomalyDetectorRest.js.map +1 -0
  45. package/dist/commonjs/clientDefinitions.d.ts +95 -0
  46. package/dist/commonjs/clientDefinitions.d.ts.map +1 -0
  47. package/dist/commonjs/clientDefinitions.js +5 -0
  48. package/dist/commonjs/clientDefinitions.js.map +1 -0
  49. package/dist/commonjs/index.d.ts +11 -0
  50. package/dist/commonjs/index.d.ts.map +1 -0
  51. package/dist/commonjs/index.js +16 -0
  52. package/dist/commonjs/index.js.map +1 -0
  53. package/dist/commonjs/isUnexpected.d.ts +12 -0
  54. package/dist/commonjs/isUnexpected.d.ts.map +1 -0
  55. package/dist/commonjs/isUnexpected.js +81 -0
  56. package/dist/commonjs/isUnexpected.js.map +1 -0
  57. package/dist/commonjs/models.d.ts +252 -0
  58. package/dist/commonjs/models.d.ts.map +1 -0
  59. package/dist/commonjs/models.js +5 -0
  60. package/dist/commonjs/models.js.map +1 -0
  61. package/dist/commonjs/outputModels.d.ts +367 -0
  62. package/dist/commonjs/outputModels.d.ts.map +1 -0
  63. package/dist/commonjs/outputModels.js +5 -0
  64. package/dist/commonjs/outputModels.js.map +1 -0
  65. package/dist/commonjs/package.json +3 -0
  66. package/dist/commonjs/paginateHelper.d.ts +47 -0
  67. package/dist/commonjs/paginateHelper.d.ts.map +1 -0
  68. package/dist/commonjs/paginateHelper.js +106 -0
  69. package/dist/commonjs/paginateHelper.js.map +1 -0
  70. package/dist/commonjs/parameters.d.ts +46 -0
  71. package/dist/commonjs/parameters.d.ts.map +1 -0
  72. package/dist/commonjs/parameters.js +5 -0
  73. package/dist/commonjs/parameters.js.map +1 -0
  74. package/dist/commonjs/responses.d.ts +155 -0
  75. package/dist/commonjs/responses.d.ts.map +1 -0
  76. package/dist/commonjs/responses.js +5 -0
  77. package/dist/commonjs/responses.js.map +1 -0
  78. package/dist/commonjs/tsdoc-metadata.json +11 -0
  79. package/dist/esm/anomalyDetectorRest.d.ts +13 -0
  80. package/dist/esm/anomalyDetectorRest.d.ts.map +1 -0
  81. package/dist/esm/anomalyDetectorRest.js +31 -0
  82. package/dist/esm/anomalyDetectorRest.js.map +1 -0
  83. package/dist/esm/clientDefinitions.d.ts +95 -0
  84. package/dist/esm/clientDefinitions.d.ts.map +1 -0
  85. package/dist/esm/clientDefinitions.js +4 -0
  86. package/dist/esm/clientDefinitions.js.map +1 -0
  87. package/dist/esm/index.d.ts +11 -0
  88. package/dist/esm/index.d.ts.map +1 -0
  89. package/dist/esm/index.js +13 -0
  90. package/dist/esm/index.js.map +1 -0
  91. package/dist/esm/isUnexpected.d.ts +12 -0
  92. package/dist/esm/isUnexpected.d.ts.map +1 -0
  93. package/dist/esm/isUnexpected.js +78 -0
  94. package/dist/esm/isUnexpected.js.map +1 -0
  95. package/dist/esm/models.d.ts +252 -0
  96. package/dist/esm/models.d.ts.map +1 -0
  97. package/dist/esm/models.js +4 -0
  98. package/dist/esm/models.js.map +1 -0
  99. package/dist/esm/outputModels.d.ts +367 -0
  100. package/dist/esm/outputModels.d.ts.map +1 -0
  101. package/dist/esm/outputModels.js +4 -0
  102. package/dist/esm/outputModels.js.map +1 -0
  103. package/dist/esm/package.json +3 -0
  104. package/dist/esm/paginateHelper.d.ts +47 -0
  105. package/dist/esm/paginateHelper.d.ts.map +1 -0
  106. package/dist/esm/paginateHelper.js +103 -0
  107. package/dist/esm/paginateHelper.js.map +1 -0
  108. package/dist/esm/parameters.d.ts +46 -0
  109. package/dist/esm/parameters.d.ts.map +1 -0
  110. package/dist/esm/parameters.js +4 -0
  111. package/dist/esm/parameters.js.map +1 -0
  112. package/dist/esm/responses.d.ts +155 -0
  113. package/dist/esm/responses.d.ts.map +1 -0
  114. package/dist/esm/responses.js +4 -0
  115. package/dist/esm/responses.js.map +1 -0
  116. package/dist/react-native/anomalyDetectorRest.d.ts +13 -0
  117. package/dist/react-native/anomalyDetectorRest.d.ts.map +1 -0
  118. package/dist/react-native/anomalyDetectorRest.js +31 -0
  119. package/dist/react-native/anomalyDetectorRest.js.map +1 -0
  120. package/dist/react-native/clientDefinitions.d.ts +95 -0
  121. package/dist/react-native/clientDefinitions.d.ts.map +1 -0
  122. package/dist/react-native/clientDefinitions.js +4 -0
  123. package/dist/react-native/clientDefinitions.js.map +1 -0
  124. package/dist/react-native/index.d.ts +11 -0
  125. package/dist/react-native/index.d.ts.map +1 -0
  126. package/dist/react-native/index.js +13 -0
  127. package/dist/react-native/index.js.map +1 -0
  128. package/dist/react-native/isUnexpected.d.ts +12 -0
  129. package/dist/react-native/isUnexpected.d.ts.map +1 -0
  130. package/dist/react-native/isUnexpected.js +78 -0
  131. package/dist/react-native/isUnexpected.js.map +1 -0
  132. package/dist/react-native/models.d.ts +252 -0
  133. package/dist/react-native/models.d.ts.map +1 -0
  134. package/dist/react-native/models.js +4 -0
  135. package/dist/react-native/models.js.map +1 -0
  136. package/dist/react-native/outputModels.d.ts +367 -0
  137. package/dist/react-native/outputModels.d.ts.map +1 -0
  138. package/dist/react-native/outputModels.js +4 -0
  139. package/dist/react-native/outputModels.js.map +1 -0
  140. package/dist/react-native/package.json +3 -0
  141. package/dist/react-native/paginateHelper.d.ts +47 -0
  142. package/dist/react-native/paginateHelper.d.ts.map +1 -0
  143. package/dist/react-native/paginateHelper.js +103 -0
  144. package/dist/react-native/paginateHelper.js.map +1 -0
  145. package/dist/react-native/parameters.d.ts +46 -0
  146. package/dist/react-native/parameters.d.ts.map +1 -0
  147. package/dist/react-native/parameters.js +4 -0
  148. package/dist/react-native/parameters.js.map +1 -0
  149. package/dist/react-native/responses.d.ts +155 -0
  150. package/dist/react-native/responses.d.ts.map +1 -0
  151. package/dist/react-native/responses.js +4 -0
  152. package/dist/react-native/responses.js.map +1 -0
  153. package/package.json +86 -80
  154. package/review/{ai-anomaly-detector.api.md → ai-anomaly-detector-node.api.md} +9 -9
  155. package/dist/index.js +0 -216
  156. package/dist/index.js.map +0 -1
  157. package/dist-esm/src/anomalyDetectorRest.js.map +0 -1
  158. package/dist-esm/src/clientDefinitions.js +0 -4
  159. package/dist-esm/src/clientDefinitions.js.map +0 -1
  160. package/dist-esm/src/index.js +0 -13
  161. package/dist-esm/src/index.js.map +0 -1
  162. package/dist-esm/src/isUnexpected.js.map +0 -1
  163. package/dist-esm/src/models.js +0 -4
  164. package/dist-esm/src/outputModels.js +0 -4
  165. package/dist-esm/src/paginateHelper.js.map +0 -1
  166. package/dist-esm/src/parameters.js +0 -4
  167. package/dist-esm/src/parameters.js.map +0 -1
  168. package/dist-esm/src/responses.js +0 -4
  169. package/dist-esm/src/responses.js.map +0 -1
  170. package/types/ai-anomaly-detector.d.ts +0 -1086
@@ -0,0 +1,95 @@
1
+ import type { DetectUnivariateEntireSeriesParameters, DetectUnivariateLastPointParameters, DetectUnivariateChangePointParameters, GetMultivariateBatchDetectionResultParameters, TrainMultivariateModelParameters, ListMultivariateModelsParameters, DeleteMultivariateModelParameters, GetMultivariateModelParameters, DetectMultivariateBatchAnomalyParameters, DetectMultivariateLastAnomalyParameters } from "./parameters.js";
2
+ import type { DetectUnivariateEntireSeries200Response, DetectUnivariateEntireSeriesDefaultResponse, DetectUnivariateLastPoint200Response, DetectUnivariateLastPointDefaultResponse, DetectUnivariateChangePoint200Response, DetectUnivariateChangePointDefaultResponse, GetMultivariateBatchDetectionResult200Response, GetMultivariateBatchDetectionResultDefaultResponse, TrainMultivariateModel201Response, TrainMultivariateModelDefaultResponse, ListMultivariateModels200Response, ListMultivariateModelsDefaultResponse, DeleteMultivariateModel204Response, DeleteMultivariateModelDefaultResponse, GetMultivariateModel200Response, GetMultivariateModelDefaultResponse, DetectMultivariateBatchAnomaly202Response, DetectMultivariateBatchAnomalyDefaultResponse, DetectMultivariateLastAnomaly200Response, DetectMultivariateLastAnomalyDefaultResponse } from "./responses.js";
3
+ import type { Client, StreamableMethod } from "@azure-rest/core-client";
4
+ export interface DetectUnivariateEntireSeries {
5
+ /**
6
+ * This operation generates a model with an entire series, each point is detected
7
+ * with the same model. With this method, points before and after a certain point
8
+ * are used to determine whether it is an anomaly. The entire detection can give
9
+ * user an overall status of the time series.
10
+ */
11
+ post(options: DetectUnivariateEntireSeriesParameters): StreamableMethod<DetectUnivariateEntireSeries200Response | DetectUnivariateEntireSeriesDefaultResponse>;
12
+ }
13
+ export interface DetectUnivariateLastPoint {
14
+ /**
15
+ * This operation generates a model using the points that you sent into the API,
16
+ * and based on all data to determine whether the last point is anomalous.
17
+ */
18
+ post(options: DetectUnivariateLastPointParameters): StreamableMethod<DetectUnivariateLastPoint200Response | DetectUnivariateLastPointDefaultResponse>;
19
+ }
20
+ export interface DetectUnivariateChangePoint {
21
+ /** Evaluate change point score of every series point */
22
+ post(options: DetectUnivariateChangePointParameters): StreamableMethod<DetectUnivariateChangePoint200Response | DetectUnivariateChangePointDefaultResponse>;
23
+ }
24
+ export interface GetMultivariateBatchDetectionResult {
25
+ /**
26
+ * For asynchronous inference, get multivariate anomaly detection result based on
27
+ * resultId returned by the BatchDetectAnomaly api.
28
+ */
29
+ get(options?: GetMultivariateBatchDetectionResultParameters): StreamableMethod<GetMultivariateBatchDetectionResult200Response | GetMultivariateBatchDetectionResultDefaultResponse>;
30
+ }
31
+ export interface TrainMultivariateModel {
32
+ /**
33
+ * Create and train a multivariate anomaly detection model. The request must
34
+ * include a source parameter to indicate an externally accessible Azure blob
35
+ * storage URI.There are two types of data input: An URI pointed to an Azure blob
36
+ * storage folder which contains multiple CSV files, and each CSV file contains
37
+ * two columns, timestamp and variable. Another type of input is an URI pointed to
38
+ * a CSV file in Azure blob storage, which contains all the variables and a
39
+ * timestamp column.
40
+ */
41
+ post(options: TrainMultivariateModelParameters): StreamableMethod<TrainMultivariateModel201Response | TrainMultivariateModelDefaultResponse>;
42
+ /** List models of a resource. */
43
+ get(options?: ListMultivariateModelsParameters): StreamableMethod<ListMultivariateModels200Response | ListMultivariateModelsDefaultResponse>;
44
+ }
45
+ export interface DeleteMultivariateModel {
46
+ /** Delete an existing multivariate model according to the modelId */
47
+ delete(options?: DeleteMultivariateModelParameters): StreamableMethod<DeleteMultivariateModel204Response | DeleteMultivariateModelDefaultResponse>;
48
+ /**
49
+ * Get detailed information of multivariate model, including the training status
50
+ * and variables used in the model.
51
+ */
52
+ get(options?: GetMultivariateModelParameters): StreamableMethod<GetMultivariateModel200Response | GetMultivariateModelDefaultResponse>;
53
+ }
54
+ export interface DetectMultivariateBatchAnomaly {
55
+ /**
56
+ * Submit multivariate anomaly detection task with the modelId of trained model
57
+ * and inference data, the input schema should be the same with the training
58
+ * request. The request will complete asynchronously and return a resultId to
59
+ * query the detection result.The request should be a source link to indicate an
60
+ * externally accessible Azure storage Uri, either pointed to an Azure blob
61
+ * storage folder, or pointed to a CSV file in Azure blob storage.
62
+ */
63
+ post(options: DetectMultivariateBatchAnomalyParameters): StreamableMethod<DetectMultivariateBatchAnomaly202Response | DetectMultivariateBatchAnomalyDefaultResponse>;
64
+ }
65
+ export interface DetectMultivariateLastAnomaly {
66
+ /**
67
+ * Submit multivariate anomaly detection task with the modelId of trained model
68
+ * and inference data, and the inference data should be put into request body in a
69
+ * JSON format. The request will complete synchronously and return the detection
70
+ * immediately in the response body.
71
+ */
72
+ post(options: DetectMultivariateLastAnomalyParameters): StreamableMethod<DetectMultivariateLastAnomaly200Response | DetectMultivariateLastAnomalyDefaultResponse>;
73
+ }
74
+ export interface Routes {
75
+ /** Resource for '/timeseries/entire/detect' has methods for the following verbs: post */
76
+ (path: "/timeseries/entire/detect"): DetectUnivariateEntireSeries;
77
+ /** Resource for '/timeseries/last/detect' has methods for the following verbs: post */
78
+ (path: "/timeseries/last/detect"): DetectUnivariateLastPoint;
79
+ /** Resource for '/timeseries/changepoint/detect' has methods for the following verbs: post */
80
+ (path: "/timeseries/changepoint/detect"): DetectUnivariateChangePoint;
81
+ /** Resource for '/multivariate/detect-batch/\{resultId\}' has methods for the following verbs: get */
82
+ (path: "/multivariate/detect-batch/{resultId}", resultId: string): GetMultivariateBatchDetectionResult;
83
+ /** Resource for '/multivariate/models' has methods for the following verbs: post, get */
84
+ (path: "/multivariate/models"): TrainMultivariateModel;
85
+ /** Resource for '/multivariate/models/\{modelId\}' has methods for the following verbs: delete, get */
86
+ (path: "/multivariate/models/{modelId}", modelId: string): DeleteMultivariateModel;
87
+ /** Resource for '/multivariate/models/\{modelId\}:detect-batch' has methods for the following verbs: post */
88
+ (path: "/multivariate/models/{modelId}:detect-batch", modelId: string): DetectMultivariateBatchAnomaly;
89
+ /** Resource for '/multivariate/models/\{modelId\}:detect-last' has methods for the following verbs: post */
90
+ (path: "/multivariate/models/{modelId}:detect-last", modelId: string): DetectMultivariateLastAnomaly;
91
+ }
92
+ export type AnomalyDetectorRestClient = Client & {
93
+ path: Routes;
94
+ };
95
+ //# sourceMappingURL=clientDefinitions.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"clientDefinitions.d.ts","sourceRoot":"","sources":["../../src/clientDefinitions.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,4 @@
1
+ // Copyright (c) Microsoft Corporation.
2
+ // Licensed under the MIT License.
3
+ export {};
4
+ //# sourceMappingURL=clientDefinitions.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"clientDefinitions.js","sourceRoot":"","sources":["../../src/clientDefinitions.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport type {\n DetectUnivariateEntireSeriesParameters,\n DetectUnivariateLastPointParameters,\n DetectUnivariateChangePointParameters,\n GetMultivariateBatchDetectionResultParameters,\n TrainMultivariateModelParameters,\n ListMultivariateModelsParameters,\n DeleteMultivariateModelParameters,\n GetMultivariateModelParameters,\n DetectMultivariateBatchAnomalyParameters,\n DetectMultivariateLastAnomalyParameters,\n} from \"./parameters.js\";\nimport type {\n DetectUnivariateEntireSeries200Response,\n DetectUnivariateEntireSeriesDefaultResponse,\n DetectUnivariateLastPoint200Response,\n DetectUnivariateLastPointDefaultResponse,\n DetectUnivariateChangePoint200Response,\n DetectUnivariateChangePointDefaultResponse,\n GetMultivariateBatchDetectionResult200Response,\n GetMultivariateBatchDetectionResultDefaultResponse,\n TrainMultivariateModel201Response,\n TrainMultivariateModelDefaultResponse,\n ListMultivariateModels200Response,\n ListMultivariateModelsDefaultResponse,\n DeleteMultivariateModel204Response,\n DeleteMultivariateModelDefaultResponse,\n GetMultivariateModel200Response,\n GetMultivariateModelDefaultResponse,\n DetectMultivariateBatchAnomaly202Response,\n DetectMultivariateBatchAnomalyDefaultResponse,\n DetectMultivariateLastAnomaly200Response,\n DetectMultivariateLastAnomalyDefaultResponse,\n} from \"./responses.js\";\nimport type { Client, StreamableMethod } from \"@azure-rest/core-client\";\n\nexport interface DetectUnivariateEntireSeries {\n /**\n * This operation generates a model with an entire series, each point is detected\n * with the same model. With this method, points before and after a certain point\n * are used to determine whether it is an anomaly. The entire detection can give\n * user an overall status of the time series.\n */\n post(\n options: DetectUnivariateEntireSeriesParameters,\n ): StreamableMethod<\n DetectUnivariateEntireSeries200Response | DetectUnivariateEntireSeriesDefaultResponse\n >;\n}\n\nexport interface DetectUnivariateLastPoint {\n /**\n * This operation generates a model using the points that you sent into the API,\n * and based on all data to determine whether the last point is anomalous.\n */\n post(\n options: DetectUnivariateLastPointParameters,\n ): StreamableMethod<\n DetectUnivariateLastPoint200Response | DetectUnivariateLastPointDefaultResponse\n >;\n}\n\nexport interface DetectUnivariateChangePoint {\n /** Evaluate change point score of every series point */\n post(\n options: DetectUnivariateChangePointParameters,\n ): StreamableMethod<\n DetectUnivariateChangePoint200Response | DetectUnivariateChangePointDefaultResponse\n >;\n}\n\nexport interface GetMultivariateBatchDetectionResult {\n /**\n * For asynchronous inference, get multivariate anomaly detection result based on\n * resultId returned by the BatchDetectAnomaly api.\n */\n get(\n options?: GetMultivariateBatchDetectionResultParameters,\n ): StreamableMethod<\n | GetMultivariateBatchDetectionResult200Response\n | GetMultivariateBatchDetectionResultDefaultResponse\n >;\n}\n\nexport interface TrainMultivariateModel {\n /**\n * Create and train a multivariate anomaly detection model. The request must\n * include a source parameter to indicate an externally accessible Azure blob\n * storage URI.There are two types of data input: An URI pointed to an Azure blob\n * storage folder which contains multiple CSV files, and each CSV file contains\n * two columns, timestamp and variable. Another type of input is an URI pointed to\n * a CSV file in Azure blob storage, which contains all the variables and a\n * timestamp column.\n */\n post(\n options: TrainMultivariateModelParameters,\n ): StreamableMethod<TrainMultivariateModel201Response | TrainMultivariateModelDefaultResponse>;\n /** List models of a resource. */\n get(\n options?: ListMultivariateModelsParameters,\n ): StreamableMethod<ListMultivariateModels200Response | ListMultivariateModelsDefaultResponse>;\n}\n\nexport interface DeleteMultivariateModel {\n /** Delete an existing multivariate model according to the modelId */\n delete(\n options?: DeleteMultivariateModelParameters,\n ): StreamableMethod<DeleteMultivariateModel204Response | DeleteMultivariateModelDefaultResponse>;\n /**\n * Get detailed information of multivariate model, including the training status\n * and variables used in the model.\n */\n get(\n options?: GetMultivariateModelParameters,\n ): StreamableMethod<GetMultivariateModel200Response | GetMultivariateModelDefaultResponse>;\n}\n\nexport interface DetectMultivariateBatchAnomaly {\n /**\n * Submit multivariate anomaly detection task with the modelId of trained model\n * and inference data, the input schema should be the same with the training\n * request. The request will complete asynchronously and return a resultId to\n * query the detection result.The request should be a source link to indicate an\n * externally accessible Azure storage Uri, either pointed to an Azure blob\n * storage folder, or pointed to a CSV file in Azure blob storage.\n */\n post(\n options: DetectMultivariateBatchAnomalyParameters,\n ): StreamableMethod<\n DetectMultivariateBatchAnomaly202Response | DetectMultivariateBatchAnomalyDefaultResponse\n >;\n}\n\nexport interface DetectMultivariateLastAnomaly {\n /**\n * Submit multivariate anomaly detection task with the modelId of trained model\n * and inference data, and the inference data should be put into request body in a\n * JSON format. The request will complete synchronously and return the detection\n * immediately in the response body.\n */\n post(\n options: DetectMultivariateLastAnomalyParameters,\n ): StreamableMethod<\n DetectMultivariateLastAnomaly200Response | DetectMultivariateLastAnomalyDefaultResponse\n >;\n}\n\nexport interface Routes {\n /** Resource for '/timeseries/entire/detect' has methods for the following verbs: post */\n (path: \"/timeseries/entire/detect\"): DetectUnivariateEntireSeries;\n /** Resource for '/timeseries/last/detect' has methods for the following verbs: post */\n (path: \"/timeseries/last/detect\"): DetectUnivariateLastPoint;\n /** Resource for '/timeseries/changepoint/detect' has methods for the following verbs: post */\n (path: \"/timeseries/changepoint/detect\"): DetectUnivariateChangePoint;\n /** Resource for '/multivariate/detect-batch/\\{resultId\\}' has methods for the following verbs: get */\n (\n path: \"/multivariate/detect-batch/{resultId}\",\n resultId: string,\n ): GetMultivariateBatchDetectionResult;\n /** Resource for '/multivariate/models' has methods for the following verbs: post, get */\n (path: \"/multivariate/models\"): TrainMultivariateModel;\n /** Resource for '/multivariate/models/\\{modelId\\}' has methods for the following verbs: delete, get */\n (path: \"/multivariate/models/{modelId}\", modelId: string): DeleteMultivariateModel;\n /** Resource for '/multivariate/models/\\{modelId\\}:detect-batch' has methods for the following verbs: post */\n (\n path: \"/multivariate/models/{modelId}:detect-batch\",\n modelId: string,\n ): DetectMultivariateBatchAnomaly;\n /** Resource for '/multivariate/models/\\{modelId\\}:detect-last' has methods for the following verbs: post */\n (\n path: \"/multivariate/models/{modelId}:detect-last\",\n modelId: string,\n ): DetectMultivariateLastAnomaly;\n}\n\nexport type AnomalyDetectorRestClient = Client & {\n path: Routes;\n};\n"]}
@@ -0,0 +1,11 @@
1
+ import AnomalyDetectorRest from "./anomalyDetectorRest.js";
2
+ export * from "./anomalyDetectorRest.js";
3
+ export * from "./parameters.js";
4
+ export * from "./responses.js";
5
+ export * from "./clientDefinitions.js";
6
+ export * from "./isUnexpected.js";
7
+ export * from "./models.js";
8
+ export * from "./outputModels.js";
9
+ export * from "./paginateHelper.js";
10
+ export default AnomalyDetectorRest;
11
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAGA,OAAO,mBAAmB,MAAM,0BAA0B,CAAC;AAE3D,cAAc,0BAA0B,CAAC;AACzC,cAAc,iBAAiB,CAAC;AAChC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,wBAAwB,CAAC;AACvC,cAAc,mBAAmB,CAAC;AAClC,cAAc,aAAa,CAAC;AAC5B,cAAc,mBAAmB,CAAC;AAClC,cAAc,qBAAqB,CAAC;AAEpC,eAAe,mBAAmB,CAAC"}
@@ -0,0 +1,13 @@
1
+ // Copyright (c) Microsoft Corporation.
2
+ // Licensed under the MIT License.
3
+ import AnomalyDetectorRest from "./anomalyDetectorRest.js";
4
+ export * from "./anomalyDetectorRest.js";
5
+ export * from "./parameters.js";
6
+ export * from "./responses.js";
7
+ export * from "./clientDefinitions.js";
8
+ export * from "./isUnexpected.js";
9
+ export * from "./models.js";
10
+ export * from "./outputModels.js";
11
+ export * from "./paginateHelper.js";
12
+ export default AnomalyDetectorRest;
13
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,OAAO,mBAAmB,MAAM,0BAA0B,CAAC;AAE3D,cAAc,0BAA0B,CAAC;AACzC,cAAc,iBAAiB,CAAC;AAChC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,wBAAwB,CAAC;AACvC,cAAc,mBAAmB,CAAC;AAClC,cAAc,aAAa,CAAC;AAC5B,cAAc,mBAAmB,CAAC;AAClC,cAAc,qBAAqB,CAAC;AAEpC,eAAe,mBAAmB,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport AnomalyDetectorRest from \"./anomalyDetectorRest.js\";\n\nexport * from \"./anomalyDetectorRest.js\";\nexport * from \"./parameters.js\";\nexport * from \"./responses.js\";\nexport * from \"./clientDefinitions.js\";\nexport * from \"./isUnexpected.js\";\nexport * from \"./models.js\";\nexport * from \"./outputModels.js\";\nexport * from \"./paginateHelper.js\";\n\nexport default AnomalyDetectorRest;\n"]}
@@ -0,0 +1,12 @@
1
+ import type { DetectUnivariateEntireSeries200Response, DetectUnivariateEntireSeriesDefaultResponse, DetectUnivariateLastPoint200Response, DetectUnivariateLastPointDefaultResponse, DetectUnivariateChangePoint200Response, DetectUnivariateChangePointDefaultResponse, GetMultivariateBatchDetectionResult200Response, GetMultivariateBatchDetectionResultDefaultResponse, TrainMultivariateModel201Response, TrainMultivariateModelDefaultResponse, ListMultivariateModels200Response, ListMultivariateModelsDefaultResponse, DeleteMultivariateModel204Response, DeleteMultivariateModelDefaultResponse, GetMultivariateModel200Response, GetMultivariateModelDefaultResponse, DetectMultivariateBatchAnomaly202Response, DetectMultivariateBatchAnomalyDefaultResponse, DetectMultivariateLastAnomaly200Response, DetectMultivariateLastAnomalyDefaultResponse } from "./responses.js";
2
+ export declare function isUnexpected(response: DetectUnivariateEntireSeries200Response | DetectUnivariateEntireSeriesDefaultResponse): response is DetectUnivariateEntireSeriesDefaultResponse;
3
+ export declare function isUnexpected(response: DetectUnivariateLastPoint200Response | DetectUnivariateLastPointDefaultResponse): response is DetectUnivariateLastPointDefaultResponse;
4
+ export declare function isUnexpected(response: DetectUnivariateChangePoint200Response | DetectUnivariateChangePointDefaultResponse): response is DetectUnivariateChangePointDefaultResponse;
5
+ export declare function isUnexpected(response: GetMultivariateBatchDetectionResult200Response | GetMultivariateBatchDetectionResultDefaultResponse): response is GetMultivariateBatchDetectionResultDefaultResponse;
6
+ export declare function isUnexpected(response: TrainMultivariateModel201Response | TrainMultivariateModelDefaultResponse): response is TrainMultivariateModelDefaultResponse;
7
+ export declare function isUnexpected(response: ListMultivariateModels200Response | ListMultivariateModelsDefaultResponse): response is ListMultivariateModelsDefaultResponse;
8
+ export declare function isUnexpected(response: DeleteMultivariateModel204Response | DeleteMultivariateModelDefaultResponse): response is DeleteMultivariateModelDefaultResponse;
9
+ export declare function isUnexpected(response: GetMultivariateModel200Response | GetMultivariateModelDefaultResponse): response is GetMultivariateModelDefaultResponse;
10
+ export declare function isUnexpected(response: DetectMultivariateBatchAnomaly202Response | DetectMultivariateBatchAnomalyDefaultResponse): response is DetectMultivariateBatchAnomalyDefaultResponse;
11
+ export declare function isUnexpected(response: DetectMultivariateLastAnomaly200Response | DetectMultivariateLastAnomalyDefaultResponse): response is DetectMultivariateLastAnomalyDefaultResponse;
12
+ //# sourceMappingURL=isUnexpected.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"isUnexpected.d.ts","sourceRoot":"","sources":["../../src/isUnexpected.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EACV,uCAAuC,EACvC,2CAA2C,EAC3C,oCAAoC,EACpC,wCAAwC,EACxC,sCAAsC,EACtC,0CAA0C,EAC1C,8CAA8C,EAC9C,kDAAkD,EAClD,iCAAiC,EACjC,qCAAqC,EACrC,iCAAiC,EACjC,qCAAqC,EACrC,kCAAkC,EAClC,sCAAsC,EACtC,+BAA+B,EAC/B,mCAAmC,EACnC,yCAAyC,EACzC,6CAA6C,EAC7C,wCAAwC,EACxC,4CAA4C,EAC7C,MAAM,gBAAgB,CAAC;AAexB,wBAAgB,YAAY,CAC1B,QAAQ,EAAE,uCAAuC,GAAG,2CAA2C,GAC9F,QAAQ,IAAI,2CAA2C,CAAC;AAC3D,wBAAgB,YAAY,CAC1B,QAAQ,EAAE,oCAAoC,GAAG,wCAAwC,GACxF,QAAQ,IAAI,wCAAwC,CAAC;AACxD,wBAAgB,YAAY,CAC1B,QAAQ,EAAE,sCAAsC,GAAG,0CAA0C,GAC5F,QAAQ,IAAI,0CAA0C,CAAC;AAC1D,wBAAgB,YAAY,CAC1B,QAAQ,EACJ,8CAA8C,GAC9C,kDAAkD,GACrD,QAAQ,IAAI,kDAAkD,CAAC;AAClE,wBAAgB,YAAY,CAC1B,QAAQ,EAAE,iCAAiC,GAAG,qCAAqC,GAClF,QAAQ,IAAI,qCAAqC,CAAC;AACrD,wBAAgB,YAAY,CAC1B,QAAQ,EAAE,iCAAiC,GAAG,qCAAqC,GAClF,QAAQ,IAAI,qCAAqC,CAAC;AACrD,wBAAgB,YAAY,CAC1B,QAAQ,EAAE,kCAAkC,GAAG,sCAAsC,GACpF,QAAQ,IAAI,sCAAsC,CAAC;AACtD,wBAAgB,YAAY,CAC1B,QAAQ,EAAE,+BAA+B,GAAG,mCAAmC,GAC9E,QAAQ,IAAI,mCAAmC,CAAC;AACnD,wBAAgB,YAAY,CAC1B,QAAQ,EACJ,yCAAyC,GACzC,6CAA6C,GAChD,QAAQ,IAAI,6CAA6C,CAAC;AAC7D,wBAAgB,YAAY,CAC1B,QAAQ,EAAE,wCAAwC,GAAG,4CAA4C,GAChG,QAAQ,IAAI,4CAA4C,CAAC"}
@@ -0,0 +1,78 @@
1
+ // Copyright (c) Microsoft Corporation.
2
+ // Licensed under the MIT License.
3
+ const responseMap = {
4
+ "POST /timeseries/entire/detect": ["200"],
5
+ "POST /timeseries/last/detect": ["200"],
6
+ "POST /timeseries/changepoint/detect": ["200"],
7
+ "GET /multivariate/detect-batch/{resultId}": ["200"],
8
+ "POST /multivariate/models": ["201"],
9
+ "GET /multivariate/models": ["200"],
10
+ "DELETE /multivariate/models/{modelId}": ["204"],
11
+ "GET /multivariate/models/{modelId}": ["200"],
12
+ "POST /multivariate/models/{modelId}:detect-batch": ["202"],
13
+ "POST /multivariate/models/{modelId}:detect-last": ["200"],
14
+ };
15
+ export function isUnexpected(response) {
16
+ const lroOriginal = response.headers["x-ms-original-url"];
17
+ const url = new URL(lroOriginal ?? response.request.url);
18
+ const method = response.request.method;
19
+ let pathDetails = responseMap[`${method} ${url.pathname}`];
20
+ if (!pathDetails) {
21
+ pathDetails = getParametrizedPathSuccess(method, url.pathname);
22
+ }
23
+ return !pathDetails.includes(response.status);
24
+ }
25
+ function getParametrizedPathSuccess(method, path) {
26
+ const pathParts = path.split("/");
27
+ // Traverse list to match the longest candidate
28
+ // matchedLen: the length of candidate path
29
+ // matchedValue: the matched status code array
30
+ let matchedLen = -1, matchedValue = [];
31
+ // Iterate the responseMap to find a match
32
+ for (const [key, value] of Object.entries(responseMap)) {
33
+ // Extracting the path from the map key which is in format
34
+ // GET /path/foo
35
+ if (!key.startsWith(method)) {
36
+ continue;
37
+ }
38
+ const candidatePath = getPathFromMapKey(key);
39
+ // Get each part of the url path
40
+ const candidateParts = candidatePath.split("/");
41
+ // track if we have found a match to return the values found.
42
+ let found = true;
43
+ for (let i = candidateParts.length - 1, j = pathParts.length - 1; i >= 1 && j >= 1; i--, j--) {
44
+ if (candidateParts[i]?.startsWith("{") && candidateParts[i]?.indexOf("}") !== -1) {
45
+ const start = candidateParts[i].indexOf("}") + 1, end = candidateParts[i]?.length;
46
+ // If the current part of the candidate is a "template" part
47
+ // Try to use the suffix of pattern to match the path
48
+ // {guid} ==> $
49
+ // {guid}:export ==> :export$
50
+ const isMatched = new RegExp(`${candidateParts[i]?.slice(start, end)}`).test(pathParts[j] || "");
51
+ if (!isMatched) {
52
+ found = false;
53
+ break;
54
+ }
55
+ continue;
56
+ }
57
+ // If the candidate part is not a template and
58
+ // the parts don't match mark the candidate as not found
59
+ // to move on with the next candidate path.
60
+ if (candidateParts[i] !== pathParts[j]) {
61
+ found = false;
62
+ break;
63
+ }
64
+ }
65
+ // We finished evaluating the current candidate parts
66
+ // Update the matched value if and only if we found the longer pattern
67
+ if (found && candidatePath.length > matchedLen) {
68
+ matchedLen = candidatePath.length;
69
+ matchedValue = value;
70
+ }
71
+ }
72
+ return matchedValue;
73
+ }
74
+ function getPathFromMapKey(mapKey) {
75
+ const pathStart = mapKey.indexOf("/");
76
+ return mapKey.slice(pathStart);
77
+ }
78
+ //# sourceMappingURL=isUnexpected.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"isUnexpected.js","sourceRoot":"","sources":["../../src/isUnexpected.ts"],"names":[],"mappings":"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","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport type {\n DetectUnivariateEntireSeries200Response,\n DetectUnivariateEntireSeriesDefaultResponse,\n DetectUnivariateLastPoint200Response,\n DetectUnivariateLastPointDefaultResponse,\n DetectUnivariateChangePoint200Response,\n DetectUnivariateChangePointDefaultResponse,\n GetMultivariateBatchDetectionResult200Response,\n GetMultivariateBatchDetectionResultDefaultResponse,\n TrainMultivariateModel201Response,\n TrainMultivariateModelDefaultResponse,\n ListMultivariateModels200Response,\n ListMultivariateModelsDefaultResponse,\n DeleteMultivariateModel204Response,\n DeleteMultivariateModelDefaultResponse,\n GetMultivariateModel200Response,\n GetMultivariateModelDefaultResponse,\n DetectMultivariateBatchAnomaly202Response,\n DetectMultivariateBatchAnomalyDefaultResponse,\n DetectMultivariateLastAnomaly200Response,\n DetectMultivariateLastAnomalyDefaultResponse,\n} from \"./responses.js\";\n\nconst responseMap: Record<string, string[]> = {\n \"POST /timeseries/entire/detect\": [\"200\"],\n \"POST /timeseries/last/detect\": [\"200\"],\n \"POST /timeseries/changepoint/detect\": [\"200\"],\n \"GET /multivariate/detect-batch/{resultId}\": [\"200\"],\n \"POST /multivariate/models\": [\"201\"],\n \"GET /multivariate/models\": [\"200\"],\n \"DELETE /multivariate/models/{modelId}\": [\"204\"],\n \"GET /multivariate/models/{modelId}\": [\"200\"],\n \"POST /multivariate/models/{modelId}:detect-batch\": [\"202\"],\n \"POST /multivariate/models/{modelId}:detect-last\": [\"200\"],\n};\n\nexport function isUnexpected(\n response: DetectUnivariateEntireSeries200Response | DetectUnivariateEntireSeriesDefaultResponse,\n): response is DetectUnivariateEntireSeriesDefaultResponse;\nexport function isUnexpected(\n response: DetectUnivariateLastPoint200Response | DetectUnivariateLastPointDefaultResponse,\n): response is DetectUnivariateLastPointDefaultResponse;\nexport function isUnexpected(\n response: DetectUnivariateChangePoint200Response | DetectUnivariateChangePointDefaultResponse,\n): response is DetectUnivariateChangePointDefaultResponse;\nexport function isUnexpected(\n response:\n | GetMultivariateBatchDetectionResult200Response\n | GetMultivariateBatchDetectionResultDefaultResponse,\n): response is GetMultivariateBatchDetectionResultDefaultResponse;\nexport function isUnexpected(\n response: TrainMultivariateModel201Response | TrainMultivariateModelDefaultResponse,\n): response is TrainMultivariateModelDefaultResponse;\nexport function isUnexpected(\n response: ListMultivariateModels200Response | ListMultivariateModelsDefaultResponse,\n): response is ListMultivariateModelsDefaultResponse;\nexport function isUnexpected(\n response: DeleteMultivariateModel204Response | DeleteMultivariateModelDefaultResponse,\n): response is DeleteMultivariateModelDefaultResponse;\nexport function isUnexpected(\n response: GetMultivariateModel200Response | GetMultivariateModelDefaultResponse,\n): response is GetMultivariateModelDefaultResponse;\nexport function isUnexpected(\n response:\n | DetectMultivariateBatchAnomaly202Response\n | DetectMultivariateBatchAnomalyDefaultResponse,\n): response is DetectMultivariateBatchAnomalyDefaultResponse;\nexport function isUnexpected(\n response: DetectMultivariateLastAnomaly200Response | DetectMultivariateLastAnomalyDefaultResponse,\n): response is DetectMultivariateLastAnomalyDefaultResponse;\nexport function isUnexpected(\n response:\n | DetectUnivariateEntireSeries200Response\n | DetectUnivariateEntireSeriesDefaultResponse\n | DetectUnivariateLastPoint200Response\n | DetectUnivariateLastPointDefaultResponse\n | DetectUnivariateChangePoint200Response\n | DetectUnivariateChangePointDefaultResponse\n | GetMultivariateBatchDetectionResult200Response\n | GetMultivariateBatchDetectionResultDefaultResponse\n | TrainMultivariateModel201Response\n | TrainMultivariateModelDefaultResponse\n | ListMultivariateModels200Response\n | ListMultivariateModelsDefaultResponse\n | DeleteMultivariateModel204Response\n | DeleteMultivariateModelDefaultResponse\n | GetMultivariateModel200Response\n | GetMultivariateModelDefaultResponse\n | DetectMultivariateBatchAnomaly202Response\n | DetectMultivariateBatchAnomalyDefaultResponse\n | DetectMultivariateLastAnomaly200Response\n | DetectMultivariateLastAnomalyDefaultResponse,\n): response is\n | DetectUnivariateEntireSeriesDefaultResponse\n | DetectUnivariateLastPointDefaultResponse\n | DetectUnivariateChangePointDefaultResponse\n | GetMultivariateBatchDetectionResultDefaultResponse\n | TrainMultivariateModelDefaultResponse\n | ListMultivariateModelsDefaultResponse\n | DeleteMultivariateModelDefaultResponse\n | GetMultivariateModelDefaultResponse\n | DetectMultivariateBatchAnomalyDefaultResponse\n | DetectMultivariateLastAnomalyDefaultResponse {\n const lroOriginal = response.headers[\"x-ms-original-url\"];\n const url = new URL(lroOriginal ?? response.request.url);\n const method = response.request.method;\n let pathDetails = responseMap[`${method} ${url.pathname}`];\n if (!pathDetails) {\n pathDetails = getParametrizedPathSuccess(method, url.pathname);\n }\n return !pathDetails.includes(response.status);\n}\n\nfunction getParametrizedPathSuccess(method: string, path: string): string[] {\n const pathParts = path.split(\"/\");\n\n // Traverse list to match the longest candidate\n // matchedLen: the length of candidate path\n // matchedValue: the matched status code array\n let matchedLen = -1,\n matchedValue: string[] = [];\n\n // Iterate the responseMap to find a match\n for (const [key, value] of Object.entries(responseMap)) {\n // Extracting the path from the map key which is in format\n // GET /path/foo\n if (!key.startsWith(method)) {\n continue;\n }\n const candidatePath = getPathFromMapKey(key);\n // Get each part of the url path\n const candidateParts = candidatePath.split(\"/\");\n\n // track if we have found a match to return the values found.\n let found = true;\n for (let i = candidateParts.length - 1, j = pathParts.length - 1; i >= 1 && j >= 1; i--, j--) {\n if (candidateParts[i]?.startsWith(\"{\") && candidateParts[i]?.indexOf(\"}\") !== -1) {\n const start = candidateParts[i]!.indexOf(\"}\") + 1,\n end = candidateParts[i]?.length;\n // If the current part of the candidate is a \"template\" part\n // Try to use the suffix of pattern to match the path\n // {guid} ==> $\n // {guid}:export ==> :export$\n const isMatched = new RegExp(`${candidateParts[i]?.slice(start, end)}`).test(\n pathParts[j] || \"\",\n );\n\n if (!isMatched) {\n found = false;\n break;\n }\n continue;\n }\n\n // If the candidate part is not a template and\n // the parts don't match mark the candidate as not found\n // to move on with the next candidate path.\n if (candidateParts[i] !== pathParts[j]) {\n found = false;\n break;\n }\n }\n\n // We finished evaluating the current candidate parts\n // Update the matched value if and only if we found the longer pattern\n if (found && candidatePath.length > matchedLen) {\n matchedLen = candidatePath.length;\n matchedValue = value;\n }\n }\n\n return matchedValue;\n}\n\nfunction getPathFromMapKey(mapKey: string): string {\n const pathStart = mapKey.indexOf(\"/\");\n return mapKey.slice(pathStart);\n}\n"]}
@@ -0,0 +1,252 @@
1
+ /** The request of entire or last anomaly detection. */
2
+ export interface UnivariateDetectionOptions {
3
+ /**
4
+ * Time series data points. Points should be sorted by timestamp in ascending
5
+ * order to match the anomaly detection result. If the data is not sorted
6
+ * correctly or there is duplicated timestamp, the API will not work. In such
7
+ * case, an error message will be returned.
8
+ */
9
+ series: Array<TimeSeriesPoint>;
10
+ /**
11
+ * Optional argument, can be one of yearly, monthly, weekly, daily, hourly,
12
+ * minutely, secondly, microsecond or none. If granularity is not present, it will
13
+ * be none by default. If granularity is none, the timestamp property in time
14
+ * series point can be absent.
15
+ */
16
+ granularity?: "yearly" | "monthly" | "weekly" | "daily" | "hourly" | "minutely" | "secondly" | "microsecond" | "none";
17
+ /**
18
+ * Custom Interval is used to set non-standard time interval, for example, if the
19
+ * series is 5 minutes, request can be set as {"granularity":"minutely",
20
+ * "customInterval":5}.
21
+ */
22
+ customInterval?: number;
23
+ /**
24
+ * Optional argument, periodic value of a time series. If the value is null or
25
+ * does not present, the API will determine the period automatically.
26
+ */
27
+ period?: number;
28
+ /** Optional argument, advanced model parameter, max anomaly ratio in a time series. */
29
+ maxAnomalyRatio?: number;
30
+ /**
31
+ * Optional argument, advanced model parameter, between 0-99, the lower the value
32
+ * is, the larger the margin value will be which means less anomalies will be
33
+ * accepted.
34
+ */
35
+ sensitivity?: number;
36
+ /**
37
+ * Used to specify how to deal with missing values in the input series, it's used
38
+ * when granularity is not "none".
39
+ *
40
+ * Possible values: auto, previous, linear, fixed, zero, notFill
41
+ */
42
+ imputeMode?: string;
43
+ /**
44
+ * Used to specify the value to fill, it's used when granularity is not "none"
45
+ * and imputeMode is "fixed".
46
+ */
47
+ imputeFixedValue?: number;
48
+ }
49
+ /** The definition of input timeseries points. */
50
+ export interface TimeSeriesPoint {
51
+ /** Optional argument, timestamp of a data point (ISO8601 format). */
52
+ timestamp?: Date | string;
53
+ /** The measurement of that point, should be float. */
54
+ value: number;
55
+ }
56
+ /** The request of change point detection. */
57
+ export interface UnivariateChangePointDetectionOptions {
58
+ /**
59
+ * Time series data points. Points should be sorted by timestamp in ascending
60
+ * order to match the change point detection result.
61
+ */
62
+ series: Array<TimeSeriesPoint>;
63
+ /**
64
+ * Can only be one of yearly, monthly, weekly, daily, hourly, minutely or
65
+ * secondly. Granularity is used for verify whether input series is valid.
66
+ */
67
+ granularity: "yearly" | "monthly" | "weekly" | "daily" | "hourly" | "minutely" | "secondly" | "microsecond" | "none";
68
+ /**
69
+ * Custom Interval is used to set non-standard time interval, for example, if the
70
+ * series is 5 minutes, request can be set as {"granularity":"minutely",
71
+ * "customInterval":5}.
72
+ */
73
+ customInterval?: number;
74
+ /**
75
+ * Optional argument, periodic value of a time series. If the value is null or
76
+ * does not present, the API will determine the period automatically.
77
+ */
78
+ period?: number;
79
+ /**
80
+ * Optional argument, advanced model parameter, a default stableTrendWindow will
81
+ * be used in detection.
82
+ */
83
+ stableTrendWindow?: number;
84
+ /**
85
+ * Optional argument, advanced model parameter, between 0.0-1.0, the lower the
86
+ * value is, the larger the trend error will be which means less change point will
87
+ * be accepted.
88
+ */
89
+ threshold?: number;
90
+ }
91
+ /** ErrorResponse contains code and message that shows the error information. */
92
+ export interface ErrorResponse {
93
+ /** The error code. */
94
+ code: string;
95
+ /** The message explaining the error reported by the service. */
96
+ message: string;
97
+ }
98
+ /** Variable Status. */
99
+ export interface VariableState {
100
+ /** Variable name in variable states. */
101
+ variable?: string;
102
+ /** Proportion of missing values that need to be filled by fillNAMethod. */
103
+ filledNARatio?: number;
104
+ /** Number of effective data points before applying fillNAMethod. */
105
+ effectiveCount?: number;
106
+ /** First valid timestamp with value of input data. */
107
+ firstTimestamp?: Date | string;
108
+ /** Last valid timestamp with value of input data. */
109
+ lastTimestamp?: Date | string;
110
+ }
111
+ /**
112
+ * Detection request for batch inference. This is an asynchronous inference which
113
+ * will need another API to get detection results.
114
+ */
115
+ export interface MultivariateBatchDetectionOptions {
116
+ /**
117
+ * Source link to the input data to indicate an accessible Azure storage Uri,
118
+ * either pointed to an Azure blob storage folder, or pointed to a CSV file in
119
+ * Azure blob storage based on you data schema selection. The data schema should
120
+ * be exactly the same with those used in the training phase.
121
+ */
122
+ dataSource: string;
123
+ /**
124
+ * An optional field, which is used to specify the number of top contributed
125
+ * variables for one anomalous timestamp in the response. The default number is
126
+ * 10.
127
+ */
128
+ topContributorCount: number;
129
+ /**
130
+ * A required field, indicating the start time of data for detection, which should
131
+ * be date-time of ISO 8601 format.
132
+ */
133
+ startTime: Date | string;
134
+ /**
135
+ * A required field, indicating the end time of data for detection, which should
136
+ * be date-time of ISO 8601 format.
137
+ */
138
+ endTime: Date | string;
139
+ }
140
+ /**
141
+ * Training result of a model including its status, errors and diagnostics
142
+ * information.
143
+ */
144
+ export interface ModelInfo {
145
+ /**
146
+ * Source link to the input data to indicate an accessible Azure storage Uri,
147
+ * either pointed to an Azure blob storage folder, or pointed to a CSV file in
148
+ * Azure blob storage based on you data schema selection.
149
+ */
150
+ dataSource: string;
151
+ /**
152
+ * Data schema of input data source: OneTable or MultiTable. The default
153
+ * DataSchema is OneTable.
154
+ *
155
+ * Possible values: OneTable, MultiTable
156
+ */
157
+ dataSchema?: string;
158
+ /**
159
+ * A required field, indicating the start time of training data, which should be
160
+ * date-time of ISO 8601 format.
161
+ */
162
+ startTime: Date | string;
163
+ /**
164
+ * A required field, indicating the end time of training data, which should be
165
+ * date-time of ISO 8601 format.
166
+ */
167
+ endTime: Date | string;
168
+ /**
169
+ * An optional field. The display name of the model whose maximum length is 24
170
+ * characters.
171
+ */
172
+ displayName?: string;
173
+ /**
174
+ * An optional field, indicating how many previous timestamps will be used to
175
+ * detect whether the timestamp is anomaly or not.
176
+ */
177
+ slidingWindow?: number;
178
+ /** An optional field, indicating the manner to align multiple variables. */
179
+ alignPolicy?: AlignPolicy;
180
+ /** Model status. One of CREATED, RUNNING, READY, and FAILED. */
181
+ status?: "CREATED" | "RUNNING" | "READY" | "FAILED";
182
+ /** Diagnostics information to help inspect the states of model or variable. */
183
+ diagnosticsInfo?: DiagnosticsInfo;
184
+ }
185
+ /** An optional field, indicating the manner to align multiple variables. */
186
+ export interface AlignPolicy {
187
+ /**
188
+ * An optional field, indicating how to align different variables to the same
189
+ * time-range. Either Inner or Outer.
190
+ */
191
+ alignMode?: "Inner" | "Outer";
192
+ /**
193
+ * An optional field, indicating how missing values will be filled. One of
194
+ * Previous, Subsequent, Linear, Zero, Fixed.
195
+ *
196
+ * Possible values: Previous, Subsequent, Linear, Zero, Fixed
197
+ */
198
+ fillNAMethod?: string;
199
+ /** An optional field. Required when fillNAMethod is Fixed. */
200
+ paddingValue?: number;
201
+ }
202
+ /** Diagnostics information to help inspect the states of model or variable. */
203
+ export interface DiagnosticsInfo {
204
+ /** Model status. */
205
+ modelState?: ModelState;
206
+ /** Variable Status. */
207
+ variableStates?: Array<VariableState>;
208
+ }
209
+ /** Model status. */
210
+ export interface ModelState {
211
+ /**
212
+ * This indicates the number of passes of the entire training dataset the
213
+ * algorithm has completed.
214
+ */
215
+ epochIds?: number[];
216
+ /**
217
+ * List of metrics used to assess how the model fits the training data for each
218
+ * epoch.
219
+ */
220
+ trainLosses?: number[];
221
+ /**
222
+ * List of metrics used to assess how the model fits the validation set for each
223
+ * epoch.
224
+ */
225
+ validationLosses?: number[];
226
+ /** Latency for each epoch. */
227
+ latenciesInSeconds?: number[];
228
+ }
229
+ /** Request of last detection. */
230
+ export interface MultivariateLastDetectionOptions {
231
+ /**
232
+ * This contains the inference data, including the name, timestamps(ISO 8601) and
233
+ * values of variables.
234
+ */
235
+ variables: Array<VariableValues>;
236
+ /**
237
+ * An optional field, which is used to specify the number of top contributed
238
+ * variables for one anomalous timestamp in the response. The default number is
239
+ * 10.
240
+ */
241
+ topContributorCount: number;
242
+ }
243
+ /** Variable values. */
244
+ export interface VariableValues {
245
+ /** Variable name of last detection request. */
246
+ variable: string;
247
+ /** Timestamps of last detection request */
248
+ timestamps: string[];
249
+ /** Values of variables. */
250
+ values: number[];
251
+ }
252
+ //# sourceMappingURL=models.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"models.d.ts","sourceRoot":"","sources":["../../src/models.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,4 @@
1
+ // Copyright (c) Microsoft Corporation.
2
+ // Licensed under the MIT License.
3
+ export {};
4
+ //# sourceMappingURL=models.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"models.js","sourceRoot":"","sources":["../../src/models.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\n/** The request of entire or last anomaly detection. */\nexport interface UnivariateDetectionOptions {\n /**\n * Time series data points. Points should be sorted by timestamp in ascending\n * order to match the anomaly detection result. If the data is not sorted\n * correctly or there is duplicated timestamp, the API will not work. In such\n * case, an error message will be returned.\n */\n series: Array<TimeSeriesPoint>;\n /**\n * Optional argument, can be one of yearly, monthly, weekly, daily, hourly,\n * minutely, secondly, microsecond or none. If granularity is not present, it will\n * be none by default. If granularity is none, the timestamp property in time\n * series point can be absent.\n */\n granularity?:\n | \"yearly\"\n | \"monthly\"\n | \"weekly\"\n | \"daily\"\n | \"hourly\"\n | \"minutely\"\n | \"secondly\"\n | \"microsecond\"\n | \"none\";\n /**\n * Custom Interval is used to set non-standard time interval, for example, if the\n * series is 5 minutes, request can be set as {\"granularity\":\"minutely\",\n * \"customInterval\":5}.\n */\n customInterval?: number;\n /**\n * Optional argument, periodic value of a time series. If the value is null or\n * does not present, the API will determine the period automatically.\n */\n period?: number;\n /** Optional argument, advanced model parameter, max anomaly ratio in a time series. */\n maxAnomalyRatio?: number;\n /**\n * Optional argument, advanced model parameter, between 0-99, the lower the value\n * is, the larger the margin value will be which means less anomalies will be\n * accepted.\n */\n sensitivity?: number;\n /**\n * Used to specify how to deal with missing values in the input series, it's used\n * when granularity is not \"none\".\n *\n * Possible values: auto, previous, linear, fixed, zero, notFill\n */\n imputeMode?: string;\n /**\n * Used to specify the value to fill, it's used when granularity is not \"none\"\n * and imputeMode is \"fixed\".\n */\n imputeFixedValue?: number;\n}\n\n/** The definition of input timeseries points. */\nexport interface TimeSeriesPoint {\n /** Optional argument, timestamp of a data point (ISO8601 format). */\n timestamp?: Date | string;\n /** The measurement of that point, should be float. */\n value: number;\n}\n\n/** The request of change point detection. */\nexport interface UnivariateChangePointDetectionOptions {\n /**\n * Time series data points. Points should be sorted by timestamp in ascending\n * order to match the change point detection result.\n */\n series: Array<TimeSeriesPoint>;\n /**\n * Can only be one of yearly, monthly, weekly, daily, hourly, minutely or\n * secondly. Granularity is used for verify whether input series is valid.\n */\n granularity:\n | \"yearly\"\n | \"monthly\"\n | \"weekly\"\n | \"daily\"\n | \"hourly\"\n | \"minutely\"\n | \"secondly\"\n | \"microsecond\"\n | \"none\";\n /**\n * Custom Interval is used to set non-standard time interval, for example, if the\n * series is 5 minutes, request can be set as {\"granularity\":\"minutely\",\n * \"customInterval\":5}.\n */\n customInterval?: number;\n /**\n * Optional argument, periodic value of a time series. If the value is null or\n * does not present, the API will determine the period automatically.\n */\n period?: number;\n /**\n * Optional argument, advanced model parameter, a default stableTrendWindow will\n * be used in detection.\n */\n stableTrendWindow?: number;\n /**\n * Optional argument, advanced model parameter, between 0.0-1.0, the lower the\n * value is, the larger the trend error will be which means less change point will\n * be accepted.\n */\n threshold?: number;\n}\n\n/** ErrorResponse contains code and message that shows the error information. */\nexport interface ErrorResponse {\n /** The error code. */\n code: string;\n /** The message explaining the error reported by the service. */\n message: string;\n}\n\n/** Variable Status. */\nexport interface VariableState {\n /** Variable name in variable states. */\n variable?: string;\n /** Proportion of missing values that need to be filled by fillNAMethod. */\n filledNARatio?: number;\n /** Number of effective data points before applying fillNAMethod. */\n effectiveCount?: number;\n /** First valid timestamp with value of input data. */\n firstTimestamp?: Date | string;\n /** Last valid timestamp with value of input data. */\n lastTimestamp?: Date | string;\n}\n\n/**\n * Detection request for batch inference. This is an asynchronous inference which\n * will need another API to get detection results.\n */\nexport interface MultivariateBatchDetectionOptions {\n /**\n * Source link to the input data to indicate an accessible Azure storage Uri,\n * either pointed to an Azure blob storage folder, or pointed to a CSV file in\n * Azure blob storage based on you data schema selection. The data schema should\n * be exactly the same with those used in the training phase.\n */\n dataSource: string;\n /**\n * An optional field, which is used to specify the number of top contributed\n * variables for one anomalous timestamp in the response. The default number is\n * 10.\n */\n topContributorCount: number;\n /**\n * A required field, indicating the start time of data for detection, which should\n * be date-time of ISO 8601 format.\n */\n startTime: Date | string;\n /**\n * A required field, indicating the end time of data for detection, which should\n * be date-time of ISO 8601 format.\n */\n endTime: Date | string;\n}\n\n/**\n * Training result of a model including its status, errors and diagnostics\n * information.\n */\nexport interface ModelInfo {\n /**\n * Source link to the input data to indicate an accessible Azure storage Uri,\n * either pointed to an Azure blob storage folder, or pointed to a CSV file in\n * Azure blob storage based on you data schema selection.\n */\n dataSource: string;\n /**\n * Data schema of input data source: OneTable or MultiTable. The default\n * DataSchema is OneTable.\n *\n * Possible values: OneTable, MultiTable\n */\n dataSchema?: string;\n /**\n * A required field, indicating the start time of training data, which should be\n * date-time of ISO 8601 format.\n */\n startTime: Date | string;\n /**\n * A required field, indicating the end time of training data, which should be\n * date-time of ISO 8601 format.\n */\n endTime: Date | string;\n /**\n * An optional field. The display name of the model whose maximum length is 24\n * characters.\n */\n displayName?: string;\n /**\n * An optional field, indicating how many previous timestamps will be used to\n * detect whether the timestamp is anomaly or not.\n */\n slidingWindow?: number;\n /** An optional field, indicating the manner to align multiple variables. */\n alignPolicy?: AlignPolicy;\n /** Model status. One of CREATED, RUNNING, READY, and FAILED. */\n status?: \"CREATED\" | \"RUNNING\" | \"READY\" | \"FAILED\";\n /** Diagnostics information to help inspect the states of model or variable. */\n diagnosticsInfo?: DiagnosticsInfo;\n}\n\n/** An optional field, indicating the manner to align multiple variables. */\nexport interface AlignPolicy {\n /**\n * An optional field, indicating how to align different variables to the same\n * time-range. Either Inner or Outer.\n */\n alignMode?: \"Inner\" | \"Outer\";\n /**\n * An optional field, indicating how missing values will be filled. One of\n * Previous, Subsequent, Linear, Zero, Fixed.\n *\n * Possible values: Previous, Subsequent, Linear, Zero, Fixed\n */\n fillNAMethod?: string;\n /** An optional field. Required when fillNAMethod is Fixed. */\n paddingValue?: number;\n}\n\n/** Diagnostics information to help inspect the states of model or variable. */\nexport interface DiagnosticsInfo {\n /** Model status. */\n modelState?: ModelState;\n /** Variable Status. */\n variableStates?: Array<VariableState>;\n}\n\n/** Model status. */\nexport interface ModelState {\n /**\n * This indicates the number of passes of the entire training dataset the\n * algorithm has completed.\n */\n epochIds?: number[];\n /**\n * List of metrics used to assess how the model fits the training data for each\n * epoch.\n */\n trainLosses?: number[];\n /**\n * List of metrics used to assess how the model fits the validation set for each\n * epoch.\n */\n validationLosses?: number[];\n /** Latency for each epoch. */\n latenciesInSeconds?: number[];\n}\n\n/** Request of last detection. */\nexport interface MultivariateLastDetectionOptions {\n /**\n * This contains the inference data, including the name, timestamps(ISO 8601) and\n * values of variables.\n */\n variables: Array<VariableValues>;\n /**\n * An optional field, which is used to specify the number of top contributed\n * variables for one anomalous timestamp in the response. The default number is\n * 10.\n */\n topContributorCount: number;\n}\n\n/** Variable values. */\nexport interface VariableValues {\n /** Variable name of last detection request. */\n variable: string;\n /** Timestamps of last detection request */\n timestamps: string[];\n /** Values of variables. */\n values: number[];\n}\n"]}