@azure-rest/ai-anomaly-detector 1.0.0-alpha.20241210.1 → 1.0.0-alpha.20241211.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 (161) hide show
  1. package/dist/browser/anomalyDetectorRest.d.ts +13 -0
  2. package/dist/browser/anomalyDetectorRest.d.ts.map +1 -0
  3. package/dist/browser/anomalyDetectorRest.js.map +1 -0
  4. package/dist/browser/clientDefinitions.d.ts +95 -0
  5. package/dist/browser/clientDefinitions.d.ts.map +1 -0
  6. package/dist/browser/clientDefinitions.js.map +1 -0
  7. package/dist/browser/index.d.ts +11 -0
  8. package/dist/browser/index.d.ts.map +1 -0
  9. package/dist/browser/index.js +13 -0
  10. package/dist/browser/index.js.map +1 -0
  11. package/dist/browser/isUnexpected.d.ts +12 -0
  12. package/dist/browser/isUnexpected.d.ts.map +1 -0
  13. package/dist/browser/isUnexpected.js.map +1 -0
  14. package/dist/browser/models.d.ts +252 -0
  15. package/dist/browser/models.d.ts.map +1 -0
  16. package/dist/browser/outputModels.d.ts +367 -0
  17. package/dist/browser/outputModels.d.ts.map +1 -0
  18. package/dist/browser/package.json +3 -0
  19. package/dist/browser/paginateHelper.d.ts +47 -0
  20. package/dist/browser/paginateHelper.d.ts.map +1 -0
  21. package/dist/browser/parameters.d.ts +46 -0
  22. package/dist/browser/parameters.d.ts.map +1 -0
  23. package/dist/browser/parameters.js.map +1 -0
  24. package/dist/browser/responses.d.ts +155 -0
  25. package/dist/browser/responses.d.ts.map +1 -0
  26. package/dist/browser/responses.js.map +1 -0
  27. package/dist/commonjs/anomalyDetectorRest.d.ts +13 -0
  28. package/dist/commonjs/anomalyDetectorRest.d.ts.map +1 -0
  29. package/dist/commonjs/anomalyDetectorRest.js +29 -0
  30. package/dist/commonjs/anomalyDetectorRest.js.map +1 -0
  31. package/dist/commonjs/clientDefinitions.d.ts +95 -0
  32. package/dist/commonjs/clientDefinitions.d.ts.map +1 -0
  33. package/dist/commonjs/clientDefinitions.js +5 -0
  34. package/dist/commonjs/clientDefinitions.js.map +1 -0
  35. package/dist/commonjs/index.d.ts +11 -0
  36. package/dist/commonjs/index.d.ts.map +1 -0
  37. package/dist/commonjs/index.js +16 -0
  38. package/dist/commonjs/index.js.map +1 -0
  39. package/dist/commonjs/isUnexpected.d.ts +12 -0
  40. package/dist/commonjs/isUnexpected.d.ts.map +1 -0
  41. package/dist/commonjs/isUnexpected.js +82 -0
  42. package/dist/commonjs/isUnexpected.js.map +1 -0
  43. package/dist/commonjs/models.d.ts +252 -0
  44. package/dist/commonjs/models.d.ts.map +1 -0
  45. package/dist/commonjs/models.js +5 -0
  46. package/dist/commonjs/models.js.map +1 -0
  47. package/dist/commonjs/outputModels.d.ts +367 -0
  48. package/dist/commonjs/outputModels.d.ts.map +1 -0
  49. package/dist/commonjs/outputModels.js +5 -0
  50. package/dist/commonjs/outputModels.js.map +1 -0
  51. package/dist/commonjs/package.json +3 -0
  52. package/dist/commonjs/paginateHelper.d.ts +47 -0
  53. package/dist/commonjs/paginateHelper.d.ts.map +1 -0
  54. package/dist/commonjs/paginateHelper.js +106 -0
  55. package/dist/commonjs/paginateHelper.js.map +1 -0
  56. package/dist/commonjs/parameters.d.ts +46 -0
  57. package/dist/commonjs/parameters.d.ts.map +1 -0
  58. package/dist/commonjs/parameters.js +5 -0
  59. package/dist/commonjs/parameters.js.map +1 -0
  60. package/dist/commonjs/responses.d.ts +155 -0
  61. package/dist/commonjs/responses.d.ts.map +1 -0
  62. package/dist/commonjs/responses.js +5 -0
  63. package/dist/commonjs/responses.js.map +1 -0
  64. package/dist/commonjs/tsdoc-metadata.json +11 -0
  65. package/dist/esm/anomalyDetectorRest.d.ts +13 -0
  66. package/dist/esm/anomalyDetectorRest.d.ts.map +1 -0
  67. package/dist/esm/anomalyDetectorRest.js +26 -0
  68. package/dist/esm/anomalyDetectorRest.js.map +1 -0
  69. package/dist/esm/clientDefinitions.d.ts +95 -0
  70. package/dist/esm/clientDefinitions.d.ts.map +1 -0
  71. package/dist/esm/clientDefinitions.js +4 -0
  72. package/dist/esm/clientDefinitions.js.map +1 -0
  73. package/dist/esm/index.d.ts +11 -0
  74. package/dist/esm/index.d.ts.map +1 -0
  75. package/dist/esm/index.js +13 -0
  76. package/dist/esm/index.js.map +1 -0
  77. package/dist/esm/isUnexpected.d.ts +12 -0
  78. package/dist/esm/isUnexpected.d.ts.map +1 -0
  79. package/dist/esm/isUnexpected.js +79 -0
  80. package/dist/esm/isUnexpected.js.map +1 -0
  81. package/dist/esm/models.d.ts +252 -0
  82. package/dist/esm/models.d.ts.map +1 -0
  83. package/dist/esm/models.js +4 -0
  84. package/dist/esm/models.js.map +1 -0
  85. package/dist/esm/outputModels.d.ts +367 -0
  86. package/dist/esm/outputModels.d.ts.map +1 -0
  87. package/dist/esm/outputModels.js +4 -0
  88. package/dist/esm/outputModels.js.map +1 -0
  89. package/dist/esm/package.json +3 -0
  90. package/dist/esm/paginateHelper.d.ts +47 -0
  91. package/dist/esm/paginateHelper.d.ts.map +1 -0
  92. package/dist/esm/paginateHelper.js +103 -0
  93. package/dist/esm/paginateHelper.js.map +1 -0
  94. package/dist/esm/parameters.d.ts +46 -0
  95. package/dist/esm/parameters.d.ts.map +1 -0
  96. package/dist/esm/parameters.js +4 -0
  97. package/dist/esm/parameters.js.map +1 -0
  98. package/dist/esm/responses.d.ts +155 -0
  99. package/dist/esm/responses.d.ts.map +1 -0
  100. package/dist/esm/responses.js +4 -0
  101. package/dist/esm/responses.js.map +1 -0
  102. package/dist/react-native/anomalyDetectorRest.d.ts +13 -0
  103. package/dist/react-native/anomalyDetectorRest.d.ts.map +1 -0
  104. package/dist/react-native/anomalyDetectorRest.js +26 -0
  105. package/dist/react-native/anomalyDetectorRest.js.map +1 -0
  106. package/dist/react-native/clientDefinitions.d.ts +95 -0
  107. package/dist/react-native/clientDefinitions.d.ts.map +1 -0
  108. package/dist/react-native/clientDefinitions.js +4 -0
  109. package/dist/react-native/clientDefinitions.js.map +1 -0
  110. package/dist/react-native/index.d.ts +11 -0
  111. package/dist/react-native/index.d.ts.map +1 -0
  112. package/dist/react-native/index.js +13 -0
  113. package/dist/react-native/index.js.map +1 -0
  114. package/dist/react-native/isUnexpected.d.ts +12 -0
  115. package/dist/react-native/isUnexpected.d.ts.map +1 -0
  116. package/dist/react-native/isUnexpected.js +79 -0
  117. package/dist/react-native/isUnexpected.js.map +1 -0
  118. package/dist/react-native/models.d.ts +252 -0
  119. package/dist/react-native/models.d.ts.map +1 -0
  120. package/dist/react-native/models.js +4 -0
  121. package/dist/react-native/models.js.map +1 -0
  122. package/dist/react-native/outputModels.d.ts +367 -0
  123. package/dist/react-native/outputModels.d.ts.map +1 -0
  124. package/dist/react-native/outputModels.js +4 -0
  125. package/dist/react-native/outputModels.js.map +1 -0
  126. package/dist/react-native/package.json +3 -0
  127. package/dist/react-native/paginateHelper.d.ts +47 -0
  128. package/dist/react-native/paginateHelper.d.ts.map +1 -0
  129. package/dist/react-native/paginateHelper.js +103 -0
  130. package/dist/react-native/paginateHelper.js.map +1 -0
  131. package/dist/react-native/parameters.d.ts +46 -0
  132. package/dist/react-native/parameters.d.ts.map +1 -0
  133. package/dist/react-native/parameters.js +4 -0
  134. package/dist/react-native/parameters.js.map +1 -0
  135. package/dist/react-native/responses.d.ts +155 -0
  136. package/dist/react-native/responses.d.ts.map +1 -0
  137. package/dist/react-native/responses.js +4 -0
  138. package/dist/react-native/responses.js.map +1 -0
  139. package/package.json +58 -40
  140. package/dist/index.js +0 -219
  141. package/dist/index.js.map +0 -1
  142. package/dist-esm/src/anomalyDetectorRest.js.map +0 -1
  143. package/dist-esm/src/clientDefinitions.js.map +0 -1
  144. package/dist-esm/src/index.js +0 -13
  145. package/dist-esm/src/index.js.map +0 -1
  146. package/dist-esm/src/isUnexpected.js.map +0 -1
  147. package/dist-esm/src/parameters.js.map +0 -1
  148. package/dist-esm/src/responses.js.map +0 -1
  149. package/review/ai-anomaly-detector.api.md +0 -719
  150. package/types/ai-anomaly-detector.d.ts +0 -1086
  151. /package/{dist-esm/src → dist/browser}/anomalyDetectorRest.js +0 -0
  152. /package/{dist-esm/src → dist/browser}/clientDefinitions.js +0 -0
  153. /package/{dist-esm/src → dist/browser}/isUnexpected.js +0 -0
  154. /package/{dist-esm/src → dist/browser}/models.js +0 -0
  155. /package/{dist-esm/src → dist/browser}/models.js.map +0 -0
  156. /package/{dist-esm/src → dist/browser}/outputModels.js +0 -0
  157. /package/{dist-esm/src → dist/browser}/outputModels.js.map +0 -0
  158. /package/{dist-esm/src → dist/browser}/paginateHelper.js +0 -0
  159. /package/{dist-esm/src → dist/browser}/paginateHelper.js.map +0 -0
  160. /package/{dist-esm/src → dist/browser}/parameters.js +0 -0
  161. /package/{dist-esm/src → dist/browser}/responses.js +0 -0
@@ -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,3 @@
1
+ {
2
+ "type": "module"
3
+ }
@@ -0,0 +1,47 @@
1
+ import type { PagedAsyncIterableIterator } from "@azure/core-paging";
2
+ import type { Client, PathUncheckedResponse } from "@azure-rest/core-client";
3
+ /**
4
+ * Helper type to extract the type of an array
5
+ */
6
+ export type GetArrayType<T> = T extends Array<infer TData> ? TData : never;
7
+ /**
8
+ * The type of a custom function that defines how to get a page and a link to the next one if any.
9
+ */
10
+ export type GetPage<TPage> = (pageLink: string, maxPageSize?: number) => Promise<{
11
+ page: TPage;
12
+ nextPageLink?: string;
13
+ }>;
14
+ /**
15
+ * Options for the paging helper
16
+ */
17
+ export interface PagingOptions<TResponse> {
18
+ /**
19
+ * Custom function to extract pagination details for crating the PagedAsyncIterableIterator
20
+ */
21
+ customGetPage?: GetPage<PaginateReturn<TResponse>[]>;
22
+ }
23
+ /**
24
+ * Helper type to infer the Type of the paged elements from the response type
25
+ * This type is generated based on the swagger information for x-ms-pageable
26
+ * specifically on the itemName property which indicates the property of the response
27
+ * where the page items are found. The default value is `value`.
28
+ * This type will allow us to provide strongly typed Iterator based on the response we get as second parameter
29
+ */
30
+ export type PaginateReturn<TResult> = TResult extends {
31
+ body: {
32
+ value?: infer TPage;
33
+ };
34
+ } | {
35
+ body: {
36
+ models?: infer TPage;
37
+ };
38
+ } ? GetArrayType<TPage> : Array<unknown>;
39
+ /**
40
+ * Helper to paginate results from an initial response that follows the specification of Autorest `x-ms-pageable` extension
41
+ * @param client - Client to use for sending the next page requests
42
+ * @param initialResponse - Initial response containing the nextLink and current page of elements
43
+ * @param customGetPage - Optional - Function to define how to extract the page and next link to be used to paginate the results
44
+ * @returns - PagedAsyncIterableIterator to iterate the elements
45
+ */
46
+ export declare function paginate<TResponse extends PathUncheckedResponse>(client: Client, initialResponse: TResponse, options?: PagingOptions<TResponse>): PagedAsyncIterableIterator<PaginateReturn<TResponse>>;
47
+ //# sourceMappingURL=paginateHelper.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"paginateHelper.d.ts","sourceRoot":"","sources":["../../src/paginateHelper.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,0BAA0B,EAAe,MAAM,oBAAoB,CAAC;AAElF,OAAO,KAAK,EAAE,MAAM,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAC;AAG7E;;GAEG;AACH,MAAM,MAAM,YAAY,CAAC,CAAC,IAAI,CAAC,SAAS,KAAK,CAAC,MAAM,KAAK,CAAC,GAAG,KAAK,GAAG,KAAK,CAAC;AAE3E;;GAEG;AACH,MAAM,MAAM,OAAO,CAAC,KAAK,IAAI,CAC3B,QAAQ,EAAE,MAAM,EAChB,WAAW,CAAC,EAAE,MAAM,KACjB,OAAO,CAAC;IACX,IAAI,EAAE,KAAK,CAAC;IACZ,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB,CAAC,CAAC;AAEH;;GAEG;AACH,MAAM,WAAW,aAAa,CAAC,SAAS;IACtC;;OAEG;IACH,aAAa,CAAC,EAAE,OAAO,CAAC,cAAc,CAAC,SAAS,CAAC,EAAE,CAAC,CAAC;CACtD;AAED;;;;;;GAMG;AACH,MAAM,MAAM,cAAc,CAAC,OAAO,IAAI,OAAO,SACzC;IACE,IAAI,EAAE;QAAE,KAAK,CAAC,EAAE,MAAM,KAAK,CAAA;KAAE,CAAC;CAC/B,GACD;IACE,IAAI,EAAE;QAAE,MAAM,CAAC,EAAE,MAAM,KAAK,CAAA;KAAE,CAAC;CAChC,GACD,YAAY,CAAC,KAAK,CAAC,GACnB,KAAK,CAAC,OAAO,CAAC,CAAC;AAEnB;;;;;;GAMG;AACH,wBAAgB,QAAQ,CAAC,SAAS,SAAS,qBAAqB,EAC9D,MAAM,EAAE,MAAM,EACd,eAAe,EAAE,SAAS,EAC1B,OAAO,GAAE,aAAa,CAAC,SAAS,CAAM,GACrC,0BAA0B,CAAC,cAAc,CAAC,SAAS,CAAC,CAAC,CA4BvD"}
@@ -0,0 +1,46 @@
1
+ import type { RequestParameters } from "@azure-rest/core-client";
2
+ import type { UnivariateDetectionOptions, UnivariateChangePointDetectionOptions, ModelInfo, MultivariateBatchDetectionOptions, MultivariateLastDetectionOptions } from "./models.js";
3
+ export interface DetectUnivariateEntireSeriesBodyParam {
4
+ /** Method of univariate anomaly detection. */
5
+ body: UnivariateDetectionOptions;
6
+ }
7
+ export type DetectUnivariateEntireSeriesParameters = DetectUnivariateEntireSeriesBodyParam & RequestParameters;
8
+ export interface DetectUnivariateLastPointBodyParam {
9
+ /** Method of univariate anomaly detection. */
10
+ body: UnivariateDetectionOptions;
11
+ }
12
+ export type DetectUnivariateLastPointParameters = DetectUnivariateLastPointBodyParam & RequestParameters;
13
+ export interface DetectUnivariateChangePointBodyParam {
14
+ /** Method of univariate anomaly detection. */
15
+ body: UnivariateChangePointDetectionOptions;
16
+ }
17
+ export type DetectUnivariateChangePointParameters = DetectUnivariateChangePointBodyParam & RequestParameters;
18
+ export type GetMultivariateBatchDetectionResultParameters = RequestParameters;
19
+ export interface TrainMultivariateModelBodyParam {
20
+ /** Model information. */
21
+ body: ModelInfo;
22
+ }
23
+ export type TrainMultivariateModelParameters = TrainMultivariateModelBodyParam & RequestParameters;
24
+ export interface ListMultivariateModelsQueryParamProperties {
25
+ /** Skip indicates how many models will be skipped. */
26
+ skip?: number;
27
+ /** Top indicates how many models will be fetched. */
28
+ top?: number;
29
+ }
30
+ export interface ListMultivariateModelsQueryParam {
31
+ queryParameters?: ListMultivariateModelsQueryParamProperties;
32
+ }
33
+ export type ListMultivariateModelsParameters = ListMultivariateModelsQueryParam & RequestParameters;
34
+ export type DeleteMultivariateModelParameters = RequestParameters;
35
+ export type GetMultivariateModelParameters = RequestParameters;
36
+ export interface DetectMultivariateBatchAnomalyBodyParam {
37
+ /** Request of multivariate anomaly detection. */
38
+ body: MultivariateBatchDetectionOptions;
39
+ }
40
+ export type DetectMultivariateBatchAnomalyParameters = DetectMultivariateBatchAnomalyBodyParam & RequestParameters;
41
+ export interface DetectMultivariateLastAnomalyBodyParam {
42
+ /** Request of last detection. */
43
+ body: MultivariateLastDetectionOptions;
44
+ }
45
+ export type DetectMultivariateLastAnomalyParameters = DetectMultivariateLastAnomalyBodyParam & RequestParameters;
46
+ //# sourceMappingURL=parameters.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"parameters.d.ts","sourceRoot":"","sources":["../../src/parameters.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;AACjE,OAAO,KAAK,EACV,0BAA0B,EAC1B,qCAAqC,EACrC,SAAS,EACT,iCAAiC,EACjC,gCAAgC,EACjC,MAAM,aAAa,CAAC;AAErB,MAAM,WAAW,qCAAqC;IACpD,8CAA8C;IAC9C,IAAI,EAAE,0BAA0B,CAAC;CAClC;AAED,MAAM,MAAM,sCAAsC,GAAG,qCAAqC,GACxF,iBAAiB,CAAC;AAEpB,MAAM,WAAW,kCAAkC;IACjD,8CAA8C;IAC9C,IAAI,EAAE,0BAA0B,CAAC;CAClC;AAED,MAAM,MAAM,mCAAmC,GAAG,kCAAkC,GAClF,iBAAiB,CAAC;AAEpB,MAAM,WAAW,oCAAoC;IACnD,8CAA8C;IAC9C,IAAI,EAAE,qCAAqC,CAAC;CAC7C;AAED,MAAM,MAAM,qCAAqC,GAAG,oCAAoC,GACtF,iBAAiB,CAAC;AACpB,MAAM,MAAM,6CAA6C,GAAG,iBAAiB,CAAC;AAE9E,MAAM,WAAW,+BAA+B;IAC9C,yBAAyB;IACzB,IAAI,EAAE,SAAS,CAAC;CACjB;AAED,MAAM,MAAM,gCAAgC,GAAG,+BAA+B,GAAG,iBAAiB,CAAC;AAEnG,MAAM,WAAW,0CAA0C;IACzD,sDAAsD;IACtD,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,qDAAqD;IACrD,GAAG,CAAC,EAAE,MAAM,CAAC;CACd;AAED,MAAM,WAAW,gCAAgC;IAC/C,eAAe,CAAC,EAAE,0CAA0C,CAAC;CAC9D;AAED,MAAM,MAAM,gCAAgC,GAAG,gCAAgC,GAAG,iBAAiB,CAAC;AACpG,MAAM,MAAM,iCAAiC,GAAG,iBAAiB,CAAC;AAClE,MAAM,MAAM,8BAA8B,GAAG,iBAAiB,CAAC;AAE/D,MAAM,WAAW,uCAAuC;IACtD,iDAAiD;IACjD,IAAI,EAAE,iCAAiC,CAAC;CACzC;AAED,MAAM,MAAM,wCAAwC,GAAG,uCAAuC,GAC5F,iBAAiB,CAAC;AAEpB,MAAM,WAAW,sCAAsC;IACrD,iCAAiC;IACjC,IAAI,EAAE,gCAAgC,CAAC;CACxC;AAED,MAAM,MAAM,uCAAuC,GAAG,sCAAsC,GAC1F,iBAAiB,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"parameters.js","sourceRoot":"","sources":["../../src/parameters.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport type { RequestParameters } from \"@azure-rest/core-client\";\nimport type {\n UnivariateDetectionOptions,\n UnivariateChangePointDetectionOptions,\n ModelInfo,\n MultivariateBatchDetectionOptions,\n MultivariateLastDetectionOptions,\n} from \"./models.js\";\n\nexport interface DetectUnivariateEntireSeriesBodyParam {\n /** Method of univariate anomaly detection. */\n body: UnivariateDetectionOptions;\n}\n\nexport type DetectUnivariateEntireSeriesParameters = DetectUnivariateEntireSeriesBodyParam &\n RequestParameters;\n\nexport interface DetectUnivariateLastPointBodyParam {\n /** Method of univariate anomaly detection. */\n body: UnivariateDetectionOptions;\n}\n\nexport type DetectUnivariateLastPointParameters = DetectUnivariateLastPointBodyParam &\n RequestParameters;\n\nexport interface DetectUnivariateChangePointBodyParam {\n /** Method of univariate anomaly detection. */\n body: UnivariateChangePointDetectionOptions;\n}\n\nexport type DetectUnivariateChangePointParameters = DetectUnivariateChangePointBodyParam &\n RequestParameters;\nexport type GetMultivariateBatchDetectionResultParameters = RequestParameters;\n\nexport interface TrainMultivariateModelBodyParam {\n /** Model information. */\n body: ModelInfo;\n}\n\nexport type TrainMultivariateModelParameters = TrainMultivariateModelBodyParam & RequestParameters;\n\nexport interface ListMultivariateModelsQueryParamProperties {\n /** Skip indicates how many models will be skipped. */\n skip?: number;\n /** Top indicates how many models will be fetched. */\n top?: number;\n}\n\nexport interface ListMultivariateModelsQueryParam {\n queryParameters?: ListMultivariateModelsQueryParamProperties;\n}\n\nexport type ListMultivariateModelsParameters = ListMultivariateModelsQueryParam & RequestParameters;\nexport type DeleteMultivariateModelParameters = RequestParameters;\nexport type GetMultivariateModelParameters = RequestParameters;\n\nexport interface DetectMultivariateBatchAnomalyBodyParam {\n /** Request of multivariate anomaly detection. */\n body: MultivariateBatchDetectionOptions;\n}\n\nexport type DetectMultivariateBatchAnomalyParameters = DetectMultivariateBatchAnomalyBodyParam &\n RequestParameters;\n\nexport interface DetectMultivariateLastAnomalyBodyParam {\n /** Request of last detection. */\n body: MultivariateLastDetectionOptions;\n}\n\nexport type DetectMultivariateLastAnomalyParameters = DetectMultivariateLastAnomalyBodyParam &\n RequestParameters;\n"]}
@@ -0,0 +1,155 @@
1
+ import type { RawHttpHeaders } from "@azure/core-rest-pipeline";
2
+ import type { HttpResponse } from "@azure-rest/core-client";
3
+ import type { UnivariateEntireDetectionResultOutput, AnomalyDetectorErrorOutput, UnivariateLastDetectionResultOutput, UnivariateChangePointDetectionResultOutput, MultivariateDetectionResultOutput, ErrorResponseOutput, AnomalyDetectionModelOutput, ModelListOutput, MultivariateLastDetectionResultOutput } from "./outputModels.js";
4
+ /** The request has succeeded. */
5
+ export interface DetectUnivariateEntireSeries200Response extends HttpResponse {
6
+ status: "200";
7
+ body: UnivariateEntireDetectionResultOutput;
8
+ }
9
+ export interface DetectUnivariateEntireSeriesDefaultHeaders {
10
+ /** Error code. */
11
+ "x-ms-error-code"?: string;
12
+ }
13
+ export interface DetectUnivariateEntireSeriesDefaultResponse extends HttpResponse {
14
+ status: string;
15
+ body: AnomalyDetectorErrorOutput;
16
+ headers: RawHttpHeaders & DetectUnivariateEntireSeriesDefaultHeaders;
17
+ }
18
+ /** The request has succeeded. */
19
+ export interface DetectUnivariateLastPoint200Response extends HttpResponse {
20
+ status: "200";
21
+ body: UnivariateLastDetectionResultOutput;
22
+ }
23
+ export interface DetectUnivariateLastPointDefaultHeaders {
24
+ /** Error code. */
25
+ "x-ms-error-code"?: string;
26
+ }
27
+ export interface DetectUnivariateLastPointDefaultResponse extends HttpResponse {
28
+ status: string;
29
+ body: AnomalyDetectorErrorOutput;
30
+ headers: RawHttpHeaders & DetectUnivariateLastPointDefaultHeaders;
31
+ }
32
+ /** The request has succeeded. */
33
+ export interface DetectUnivariateChangePoint200Response extends HttpResponse {
34
+ status: "200";
35
+ body: UnivariateChangePointDetectionResultOutput;
36
+ }
37
+ export interface DetectUnivariateChangePointDefaultHeaders {
38
+ /** Error code. */
39
+ "x-ms-error-code"?: string;
40
+ }
41
+ export interface DetectUnivariateChangePointDefaultResponse extends HttpResponse {
42
+ status: string;
43
+ body: AnomalyDetectorErrorOutput;
44
+ headers: RawHttpHeaders & DetectUnivariateChangePointDefaultHeaders;
45
+ }
46
+ /** The request has succeeded. */
47
+ export interface GetMultivariateBatchDetectionResult200Response extends HttpResponse {
48
+ status: "200";
49
+ body: MultivariateDetectionResultOutput;
50
+ }
51
+ export interface GetMultivariateBatchDetectionResultDefaultHeaders {
52
+ /** Error code. */
53
+ "x-ms-error-code"?: string;
54
+ }
55
+ export interface GetMultivariateBatchDetectionResultDefaultResponse extends HttpResponse {
56
+ status: string;
57
+ body: ErrorResponseOutput;
58
+ headers: RawHttpHeaders & GetMultivariateBatchDetectionResultDefaultHeaders;
59
+ }
60
+ export interface TrainMultivariateModel201Headers {
61
+ /** Location and ID of the model. */
62
+ location: string;
63
+ }
64
+ /** The request has succeeded and a new resource has been created as a result. */
65
+ export interface TrainMultivariateModel201Response extends HttpResponse {
66
+ status: "201";
67
+ body: AnomalyDetectionModelOutput;
68
+ headers: RawHttpHeaders & TrainMultivariateModel201Headers;
69
+ }
70
+ export interface TrainMultivariateModelDefaultHeaders {
71
+ /** Error code. */
72
+ "x-ms-error-code"?: string;
73
+ }
74
+ export interface TrainMultivariateModelDefaultResponse extends HttpResponse {
75
+ status: string;
76
+ body: ErrorResponseOutput;
77
+ headers: RawHttpHeaders & TrainMultivariateModelDefaultHeaders;
78
+ }
79
+ /** The request has succeeded. */
80
+ export interface ListMultivariateModels200Response extends HttpResponse {
81
+ status: "200";
82
+ body: ModelListOutput;
83
+ }
84
+ export interface ListMultivariateModelsDefaultHeaders {
85
+ /** Error code. */
86
+ "x-ms-error-code"?: string;
87
+ }
88
+ export interface ListMultivariateModelsDefaultResponse extends HttpResponse {
89
+ status: string;
90
+ body: ErrorResponseOutput;
91
+ headers: RawHttpHeaders & ListMultivariateModelsDefaultHeaders;
92
+ }
93
+ /** There is no content to send for this request, but the headers may be useful. */
94
+ export interface DeleteMultivariateModel204Response extends HttpResponse {
95
+ status: "204";
96
+ }
97
+ export interface DeleteMultivariateModelDefaultHeaders {
98
+ /** Error code. */
99
+ "x-ms-error-code"?: string;
100
+ }
101
+ export interface DeleteMultivariateModelDefaultResponse extends HttpResponse {
102
+ status: string;
103
+ body: ErrorResponseOutput;
104
+ headers: RawHttpHeaders & DeleteMultivariateModelDefaultHeaders;
105
+ }
106
+ /** The request has succeeded. */
107
+ export interface GetMultivariateModel200Response extends HttpResponse {
108
+ status: "200";
109
+ body: AnomalyDetectionModelOutput;
110
+ }
111
+ export interface GetMultivariateModelDefaultHeaders {
112
+ /** Error code. */
113
+ "x-ms-error-code"?: string;
114
+ }
115
+ export interface GetMultivariateModelDefaultResponse extends HttpResponse {
116
+ status: string;
117
+ body: ErrorResponseOutput;
118
+ headers: RawHttpHeaders & GetMultivariateModelDefaultHeaders;
119
+ }
120
+ export interface DetectMultivariateBatchAnomaly202Headers {
121
+ /** Id of the detection result. */
122
+ "operation-id": string;
123
+ /** Location of the detection result. */
124
+ "operation-location": string;
125
+ }
126
+ /** The request has been accepted for processing, but processing has not yet completed. */
127
+ export interface DetectMultivariateBatchAnomaly202Response extends HttpResponse {
128
+ status: "202";
129
+ body: MultivariateDetectionResultOutput;
130
+ headers: RawHttpHeaders & DetectMultivariateBatchAnomaly202Headers;
131
+ }
132
+ export interface DetectMultivariateBatchAnomalyDefaultHeaders {
133
+ /** Error code. */
134
+ "x-ms-error-code"?: string;
135
+ }
136
+ export interface DetectMultivariateBatchAnomalyDefaultResponse extends HttpResponse {
137
+ status: string;
138
+ body: ErrorResponseOutput;
139
+ headers: RawHttpHeaders & DetectMultivariateBatchAnomalyDefaultHeaders;
140
+ }
141
+ /** The request has succeeded. */
142
+ export interface DetectMultivariateLastAnomaly200Response extends HttpResponse {
143
+ status: "200";
144
+ body: MultivariateLastDetectionResultOutput;
145
+ }
146
+ export interface DetectMultivariateLastAnomalyDefaultHeaders {
147
+ /** Error code. */
148
+ "x-ms-error-code"?: string;
149
+ }
150
+ export interface DetectMultivariateLastAnomalyDefaultResponse extends HttpResponse {
151
+ status: string;
152
+ body: ErrorResponseOutput;
153
+ headers: RawHttpHeaders & DetectMultivariateLastAnomalyDefaultHeaders;
154
+ }
155
+ //# sourceMappingURL=responses.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"responses.d.ts","sourceRoot":"","sources":["../../src/responses.ts"],"names":[],"mappings":"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"}