Skip to content

Commit ea3e9b6

Browse files
l-trottapquentin
andauthored
Fix most ML APIs (#3153)
* updated discovery node class * correct import * fixes around ml * more ml fixes, tentative discoverynode fix * more ml fixes * even more ml fixes * other ml fixes * modeling discovery node * correct discovery nodes optionals * correcting types * removed deprecated params * Update specification/ml/_types/TrainedModel.ts Co-authored-by: Quentin Pradet <quentin.pradet@elastic.co> * Update specification/ml/_types/TrainedModel.ts Co-authored-by: Quentin Pradet <quentin.pradet@elastic.co> * Update specification/ml/_types/TrainedModel.ts Co-authored-by: Quentin Pradet <quentin.pradet@elastic.co> * Update specification/ml/_types/TrainedModel.ts Co-authored-by: Quentin Pradet <quentin.pradet@elastic.co> * Update specification/ml/_types/TrainedModel.ts Co-authored-by: Quentin Pradet <quentin.pradet@elastic.co> * addressing reviews * Update specification/ml/_types/inference.ts Co-authored-by: Quentin Pradet <quentin.pradet@elastic.co> * Update specification/ml/_types/inference.ts Co-authored-by: Quentin Pradet <quentin.pradet@elastic.co> * Update specification/ml/_types/inference.ts Co-authored-by: Quentin Pradet <quentin.pradet@elastic.co> * Update specification/ml/post_data/MlPostJobDataResponse.ts Co-authored-by: Quentin Pradet <quentin.pradet@elastic.co> * more review addressing * merge fixes --------- Co-authored-by: Quentin Pradet <quentin.pradet@elastic.co>
1 parent f000bd7 commit ea3e9b6

24 files changed

+3527
-975
lines changed

output/openapi/elasticsearch-openapi.json

Lines changed: 447 additions & 142 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/openapi/elasticsearch-serverless-openapi.json

Lines changed: 334 additions & 95 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/schema/schema-serverless.json

Lines changed: 1074 additions & 229 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/schema/schema.json

Lines changed: 1306 additions & 351 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/schema/validation-errors.json

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -731,21 +731,6 @@
731731
],
732732
"response": []
733733
},
734-
"ml.get_trained_models": {
735-
"request": [
736-
"Request: missing json spec query parameter 'include_model_definition'"
737-
],
738-
"response": []
739-
},
740-
"ml.put_job": {
741-
"request": [
742-
"Request: missing json spec query parameter 'ignore_unavailable'",
743-
"Request: missing json spec query parameter 'allow_no_indices'",
744-
"Request: missing json spec query parameter 'ignore_throttled'",
745-
"Request: missing json spec query parameter 'expand_wildcards'"
746-
],
747-
"response": []
748-
},
749734
"ml.stop_datafeed": {
750735
"request": [
751736
"Request: missing json spec query parameter 'allow_no_datafeeds'"

0 commit comments

Comments
 (0)