Commit e5f621d
[AnomalyDetector] Add CADL specification for Anomaly Detector v1.1 (Azure#21525)
* add univariate cadl definitions
* add cadl project yaml and main cadl
* add package.json
* add initial multivariate cadl definitions
* update cadl-project.yaml and package.json
* update route names
* add univariate azure core operation defs
* update multivariate models for correctness
* update routes to reflect service instead of using cadl azure operation signatures
* update multivariate models for correctness with original swagger
* a note about errors
* decorate request and response bodies with body decorator
* update package.json to point to next package versions
* fix routes to match swagger names
* add client.cadl
* remove client.cadl
* fix GetBatchDetectionResult def
* add namespace for univariate models
* Version AD (Azure#21497)
* Update main.cadl
* fix versioning
* leave api version as required
Co-authored-by: Catalina Peralta <[email protected]>
* add extensible api version enum
* update cadl-project.yaml with python config
* update sdk version
* clean up routes
* clean up cadl-project.yaml
* clean up models
* update package.json to ref latest deps
* add newline
* add more models docs
* fix error response models
* rename get multivariate batch result
* Cadl dpg add convenience api (Azure#21575)
* add @convenienceAPI
* move @convenienceAPI to client.cadl
* add placeholder examples file
* add generated openapi spec
* delete older swaggers
* update cadl-project.yaml
* update package.json
* Add cadl-csharp parameters for AnomalyDetector (Azure#21647)
* Change cadl-project
* Add .net parameters
* Fix
* update error header uvad
* Make model-namespace false for .net (Azure#21686)
* [AnomalyDetector] Archboard feedback (Azure#21680)
* rename to train only
* archboard naming feedback
* rename response to result
* archboard renames mvad requests to options
* rename uvad request to options
* rename model
* rename model on operations
* more mvad renames
* update body naming
* update body param naming to not use a reserved keyword
* restructure cadl files
* move generated cadl
* update client.cadl
* update swagger output
* Update specification/cognitiveservices/AnomalyDetector/univariate/models.cadl
Co-authored-by: jr-MS <[email protected]>
* Update specification/cognitiveservices/AnomalyDetector/univariate/routes.cadl
Co-authored-by: jr-MS <[email protected]>
* Update specification/cognitiveservices/AnomalyDetector/multivariate/models.cadl
Co-authored-by: jr-MS <[email protected]>
* Update specification/cognitiveservices/AnomalyDetector/multivariate/routes.cadl
Co-authored-by: jr-MS <[email protected]>
* Update specification/cognitiveservices/AnomalyDetector/multivariate/models.cadl
Co-authored-by: jr-MS <[email protected]>
* Update specification/cognitiveservices/AnomalyDetector/multivariate/models.cadl
Co-authored-by: jr-MS <[email protected]>
* Update specification/cognitiveservices/AnomalyDetector/multivariate/models.cadl
Co-authored-by: jr-MS <[email protected]>
* Update specification/cognitiveservices/AnomalyDetector/multivariate/models.cadl
Co-authored-by: jr-MS <[email protected]>
* Update specification/cognitiveservices/AnomalyDetector/multivariate/models.cadl
Co-authored-by: jr-MS <[email protected]>
* make data schema enum extensible
* make errors on ModelInfo readonly
* update swagger
* update readme swagger refs
* add apiview to custom-words.txt
* update more refs in readme
* move existing examples up with CADL files
* configure swagger file name in emmiter
* format examples
* point to examples dir in cadl-project.yaml
* add generated swagger and examples
Co-authored-by: Laurent Mazuel <[email protected]>
Co-authored-by: Weidong Xu <[email protected]>
Co-authored-by: Pan Shao <[email protected]>
Co-authored-by: jr-MS <[email protected]>1 parent 49024b5 commit e5f621d
File tree
33 files changed
+5929
-1818
lines changed- specification/cognitiveservices
- AnomalyDetector
- examples/v1.1
- multivariate
- univariate
- data-plane/AnomalyDetector
- stable/v1.1
- examples
33 files changed
+5929
-1818
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
| 129 | + | |
129 | 130 | | |
130 | 131 | | |
131 | 132 | | |
| |||
Lines changed: 19 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
Lines changed: 16 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
0 commit comments