@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,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"]}
@@ -0,0 +1,367 @@
1
+ /** The response of entire anomaly detection. */
2
+ export interface UnivariateEntireDetectionResultOutput {
3
+ /**
4
+ * Frequency extracted from the series, zero means no recurrent pattern has been
5
+ * found.
6
+ */
7
+ period: number;
8
+ /**
9
+ * ExpectedValues contain expected value for each input point. The index of the
10
+ * array is consistent with the input series.
11
+ */
12
+ expectedValues: number[];
13
+ /**
14
+ * UpperMargins contain upper margin of each input point. UpperMargin is used to
15
+ * calculate upperBoundary, which equals to expectedValue + (100 -
16
+ * marginScale)*upperMargin. Anomalies in response can be filtered by
17
+ * upperBoundary and lowerBoundary. By adjusting marginScale value, less
18
+ * significant anomalies can be filtered in client side. The index of the array is
19
+ * consistent with the input series.
20
+ */
21
+ upperMargins: number[];
22
+ /**
23
+ * LowerMargins contain lower margin of each input point. LowerMargin is used to
24
+ * calculate lowerBoundary, which equals to expectedValue - (100 -
25
+ * marginScale)*lowerMargin. Points between the boundary can be marked as normal
26
+ * ones in client side. The index of the array is consistent with the input
27
+ * series.
28
+ */
29
+ lowerMargins: number[];
30
+ /**
31
+ * IsAnomaly contains anomaly properties for each input point. True means an
32
+ * anomaly either negative or positive has been detected. The index of the array
33
+ * is consistent with the input series.
34
+ */
35
+ isAnomaly: boolean[];
36
+ /**
37
+ * IsNegativeAnomaly contains anomaly status in negative direction for each input
38
+ * point. True means a negative anomaly has been detected. A negative anomaly
39
+ * means the point is detected as an anomaly and its real value is smaller than
40
+ * the expected one. The index of the array is consistent with the input series.
41
+ */
42
+ isNegativeAnomaly: boolean[];
43
+ /**
44
+ * IsPositiveAnomaly contain anomaly status in positive direction for each input
45
+ * point. True means a positive anomaly has been detected. A positive anomaly
46
+ * means the point is detected as an anomaly and its real value is larger than the
47
+ * expected one. The index of the array is consistent with the input series.
48
+ */
49
+ isPositiveAnomaly: boolean[];
50
+ /**
51
+ * The severity score for each input point. The larger the value is, the more
52
+ * sever the anomaly is. For normal points, the "severity" is always 0.
53
+ */
54
+ severity?: number[];
55
+ }
56
+ /** Error information returned by the API. */
57
+ export interface AnomalyDetectorErrorOutput {
58
+ /**
59
+ * The error code.
60
+ *
61
+ * Possible values: InvalidCustomInterval, BadArgument, InvalidGranularity, InvalidPeriod, InvalidModelArgument, InvalidSeries, InvalidJsonFormat, RequiredGranularity, RequiredSeries, InvalidImputeMode, InvalidImputeFixedValue
62
+ */
63
+ code?: string;
64
+ /** A message explaining the error reported by the service. */
65
+ message?: string;
66
+ }
67
+ /** The response of last anomaly detection. */
68
+ export interface UnivariateLastDetectionResultOutput {
69
+ /**
70
+ * Frequency extracted from the series, zero means no recurrent pattern has been
71
+ * found.
72
+ */
73
+ period: number;
74
+ /** Suggested input series points needed for detecting the latest point. */
75
+ suggestedWindow: number;
76
+ /** Expected value of the latest point. */
77
+ expectedValue: number;
78
+ /**
79
+ * Upper margin of the latest point. UpperMargin is used to calculate
80
+ * upperBoundary, which equals to expectedValue + (100 - marginScale)*upperMargin.
81
+ * If the value of latest point is between upperBoundary and lowerBoundary, it
82
+ * should be treated as normal value. By adjusting marginScale value, anomaly
83
+ * status of latest point can be changed.
84
+ */
85
+ upperMargin: number;
86
+ /**
87
+ * Lower margin of the latest point. LowerMargin is used to calculate
88
+ * lowerBoundary, which equals to expectedValue - (100 - marginScale)*lowerMargin.
89
+ *
90
+ */
91
+ lowerMargin: number;
92
+ /**
93
+ * Anomaly status of the latest point, true means the latest point is an anomaly
94
+ * either in negative direction or positive direction.
95
+ */
96
+ isAnomaly: boolean;
97
+ /**
98
+ * Anomaly status in negative direction of the latest point. True means the latest
99
+ * point is an anomaly and its real value is smaller than the expected one.
100
+ */
101
+ isNegativeAnomaly: boolean;
102
+ /**
103
+ * Anomaly status in positive direction of the latest point. True means the latest
104
+ * point is an anomaly and its real value is larger than the expected one.
105
+ */
106
+ isPositiveAnomaly: boolean;
107
+ /**
108
+ * The severity score for the last input point. The larger the value is, the more
109
+ * sever the anomaly is. For normal points, the "severity" is always 0.
110
+ */
111
+ severity?: number;
112
+ }
113
+ /** The response of change point detection. */
114
+ export interface UnivariateChangePointDetectionResultOutput {
115
+ /**
116
+ * Frequency extracted from the series, zero means no recurrent pattern has been
117
+ * found.
118
+ */
119
+ readonly period?: number;
120
+ /**
121
+ * isChangePoint contains change point properties for each input point. True means
122
+ * an anomaly either negative or positive has been detected. The index of the
123
+ * array is consistent with the input series.
124
+ */
125
+ isChangePoint?: boolean[];
126
+ /** the change point confidence of each point */
127
+ confidenceScores?: number[];
128
+ }
129
+ /** Detection results for the given resultId. */
130
+ export interface MultivariateDetectionResultOutput {
131
+ /** Result identifier, which is used to fetch the results of an inference call. */
132
+ resultId: string;
133
+ /** Multivariate anomaly detection status. */
134
+ summary: MultivariateBatchDetectionResultSummaryOutput;
135
+ /** Detection result for each timestamp. */
136
+ results: Array<AnomalyStateOutput>;
137
+ }
138
+ /** Multivariate anomaly detection status. */
139
+ export interface MultivariateBatchDetectionResultSummaryOutput {
140
+ /** Status of detection results. One of CREATED, RUNNING, READY, and FAILED. */
141
+ status: "CREATED" | "RUNNING" | "READY" | "FAILED";
142
+ /** Error message when detection is failed. */
143
+ errors?: Array<ErrorResponseOutput>;
144
+ /** Variable Status. */
145
+ variableStates?: Array<VariableStateOutput>;
146
+ /**
147
+ * Detection request for batch inference. This is an asynchronous inference which
148
+ * will need another API to get detection results.
149
+ */
150
+ setupInfo: MultivariateBatchDetectionOptionsOutput;
151
+ }
152
+ /** ErrorResponse contains code and message that shows the error information. */
153
+ export interface ErrorResponseOutput {
154
+ /** The error code. */
155
+ code: string;
156
+ /** The message explaining the error reported by the service. */
157
+ message: string;
158
+ }
159
+ /** Variable Status. */
160
+ export interface VariableStateOutput {
161
+ /** Variable name in variable states. */
162
+ variable?: string;
163
+ /** Proportion of missing values that need to be filled by fillNAMethod. */
164
+ filledNARatio?: number;
165
+ /** Number of effective data points before applying fillNAMethod. */
166
+ effectiveCount?: number;
167
+ /** First valid timestamp with value of input data. */
168
+ firstTimestamp?: string;
169
+ /** Last valid timestamp with value of input data. */
170
+ lastTimestamp?: string;
171
+ }
172
+ /**
173
+ * Detection request for batch inference. This is an asynchronous inference which
174
+ * will need another API to get detection results.
175
+ */
176
+ export interface MultivariateBatchDetectionOptionsOutput {
177
+ /**
178
+ * Source link to the input data to indicate an accessible Azure storage Uri,
179
+ * either pointed to an Azure blob storage folder, or pointed to a CSV file in
180
+ * Azure blob storage based on you data schema selection. The data schema should
181
+ * be exactly the same with those used in the training phase.
182
+ */
183
+ dataSource: string;
184
+ /**
185
+ * An optional field, which is used to specify the number of top contributed
186
+ * variables for one anomalous timestamp in the response. The default number is
187
+ * 10.
188
+ */
189
+ topContributorCount: number;
190
+ /**
191
+ * A required field, indicating the start time of data for detection, which should
192
+ * be date-time of ISO 8601 format.
193
+ */
194
+ startTime: string;
195
+ /**
196
+ * A required field, indicating the end time of data for detection, which should
197
+ * be date-time of ISO 8601 format.
198
+ */
199
+ endTime: string;
200
+ }
201
+ /** Anomaly status and information. */
202
+ export interface AnomalyStateOutput {
203
+ /** The timestamp for this anomaly. */
204
+ timestamp: string;
205
+ /** The detailed value of this anomalous timestamp. */
206
+ value?: AnomalyValueOutput;
207
+ /** Error message for the current timestamp. */
208
+ errors?: Array<ErrorResponseOutput>;
209
+ }
210
+ /** Detailed information of the anomalous timestamp. */
211
+ export interface AnomalyValueOutput {
212
+ /** True if an anomaly is detected at the current timestamp. */
213
+ isAnomaly: boolean;
214
+ /**
215
+ * Indicates the significance of the anomaly. The higher the severity, the more
216
+ * significant the anomaly is.
217
+ */
218
+ severity: number;
219
+ /**
220
+ * Raw anomaly score of severity, will help indicate the degree of abnormality as
221
+ * well.
222
+ */
223
+ score: number;
224
+ /** Interpretation of this anomalous timestamp. */
225
+ interpretation?: Array<AnomalyInterpretationOutput>;
226
+ }
227
+ /** Interpretation of the anomalous timestamp. */
228
+ export interface AnomalyInterpretationOutput {
229
+ /** Variable. */
230
+ variable?: string;
231
+ /**
232
+ * This score shows the percentage contributing to the anomalous timestamp. A
233
+ * number between 0 and 1.
234
+ */
235
+ contributionScore?: number;
236
+ /** Correlation changes among the anomalous variables */
237
+ correlationChanges?: CorrelationChangesOutput;
238
+ }
239
+ /** Correlation changes among the anomalous variables */
240
+ export interface CorrelationChangesOutput {
241
+ /** The correlated variables that have correlation changes under an anomaly. */
242
+ changedVariables?: string[];
243
+ }
244
+ /**
245
+ * Training result of a model including its status, errors and diagnostics
246
+ * information.
247
+ */
248
+ export interface ModelInfoOutput {
249
+ /**
250
+ * Source link to the input data to indicate an accessible Azure storage Uri,
251
+ * either pointed to an Azure blob storage folder, or pointed to a CSV file in
252
+ * Azure blob storage based on you data schema selection.
253
+ */
254
+ dataSource: string;
255
+ /**
256
+ * Data schema of input data source: OneTable or MultiTable. The default
257
+ * DataSchema is OneTable.
258
+ *
259
+ * Possible values: OneTable, MultiTable
260
+ */
261
+ dataSchema?: string;
262
+ /**
263
+ * A required field, indicating the start time of training data, which should be
264
+ * date-time of ISO 8601 format.
265
+ */
266
+ startTime: string;
267
+ /**
268
+ * A required field, indicating the end time of training data, which should be
269
+ * date-time of ISO 8601 format.
270
+ */
271
+ endTime: string;
272
+ /**
273
+ * An optional field. The display name of the model whose maximum length is 24
274
+ * characters.
275
+ */
276
+ displayName?: string;
277
+ /**
278
+ * An optional field, indicating how many previous timestamps will be used to
279
+ * detect whether the timestamp is anomaly or not.
280
+ */
281
+ slidingWindow?: number;
282
+ /** An optional field, indicating the manner to align multiple variables. */
283
+ alignPolicy?: AlignPolicyOutput;
284
+ /** Model status. One of CREATED, RUNNING, READY, and FAILED. */
285
+ status?: "CREATED" | "RUNNING" | "READY" | "FAILED";
286
+ /** Error messages when failed to create a model. */
287
+ readonly errors?: Array<ErrorResponseOutput>;
288
+ /** Diagnostics information to help inspect the states of model or variable. */
289
+ diagnosticsInfo?: DiagnosticsInfoOutput;
290
+ }
291
+ /** An optional field, indicating the manner to align multiple variables. */
292
+ export interface AlignPolicyOutput {
293
+ /**
294
+ * An optional field, indicating how to align different variables to the same
295
+ * time-range. Either Inner or Outer.
296
+ */
297
+ alignMode?: "Inner" | "Outer";
298
+ /**
299
+ * An optional field, indicating how missing values will be filled. One of
300
+ * Previous, Subsequent, Linear, Zero, Fixed.
301
+ *
302
+ * Possible values: Previous, Subsequent, Linear, Zero, Fixed
303
+ */
304
+ fillNAMethod?: string;
305
+ /** An optional field. Required when fillNAMethod is Fixed. */
306
+ paddingValue?: number;
307
+ }
308
+ /** Diagnostics information to help inspect the states of model or variable. */
309
+ export interface DiagnosticsInfoOutput {
310
+ /** Model status. */
311
+ modelState?: ModelStateOutput;
312
+ /** Variable Status. */
313
+ variableStates?: Array<VariableStateOutput>;
314
+ }
315
+ /** Model status. */
316
+ export interface ModelStateOutput {
317
+ /**
318
+ * This indicates the number of passes of the entire training dataset the
319
+ * algorithm has completed.
320
+ */
321
+ epochIds?: number[];
322
+ /**
323
+ * List of metrics used to assess how the model fits the training data for each
324
+ * epoch.
325
+ */
326
+ trainLosses?: number[];
327
+ /**
328
+ * List of metrics used to assess how the model fits the validation set for each
329
+ * epoch.
330
+ */
331
+ validationLosses?: number[];
332
+ /** Latency for each epoch. */
333
+ latenciesInSeconds?: number[];
334
+ }
335
+ /** Response of getting a model. */
336
+ export interface AnomalyDetectionModelOutput {
337
+ /** Model identifier. */
338
+ modelId: string;
339
+ /** Date and time (UTC) when the model was created. */
340
+ createdTime: string;
341
+ /** Date and time (UTC) when the model was last updated. */
342
+ lastUpdatedTime: string;
343
+ /**
344
+ * Training result of a model including its status, errors and diagnostics
345
+ * information.
346
+ */
347
+ modelInfo?: ModelInfoOutput;
348
+ }
349
+ /** Response of listing models. */
350
+ export interface ModelListOutput {
351
+ /** List of models. */
352
+ models: Array<AnomalyDetectionModelOutput>;
353
+ /** Number of trained multivariate models. */
354
+ currentCount: number;
355
+ /** Maximum number of models that can be trained for this Anomaly Detector resource. */
356
+ maxCount: number;
357
+ /** The link to fetch more models. */
358
+ nextLink?: string;
359
+ }
360
+ /** Results of last detection. */
361
+ export interface MultivariateLastDetectionResultOutput {
362
+ /** Variable Status. */
363
+ variableStates?: Array<VariableStateOutput>;
364
+ /** Anomaly status and information. */
365
+ results?: Array<AnomalyStateOutput>;
366
+ }
367
+ //# sourceMappingURL=outputModels.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"outputModels.d.ts","sourceRoot":"","sources":["../../src/outputModels.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=outputModels.js.map