You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ML] Remove deprecated routes for ml trained models APIs (elastic#124019)
The 7.x routes for ml trained models _ml/inference/ have been deprecated
since 8 and replaced with _ml/trained_models. Also removes query
parameters that are no longer supported.
Copy file name to clipboardExpand all lines: rest-api-spec/src/main/resources/rest-api-spec/api/ml.get_trained_models.json
-7
Original file line number
Diff line number
Diff line change
@@ -43,13 +43,6 @@
43
43
"required":false,
44
44
"description":"A comma-separate list of fields to optionally include. Valid options are 'definition' and 'total_feature_importance'. Default is none."
45
45
},
46
-
"include_model_definition":{
47
-
"type":"boolean",
48
-
"required":false,
49
-
"description":"Should the full model definition be included in the results. These definitions can be large. So be cautious when including them. Defaults to false.",
Copy file name to clipboardExpand all lines: rest-api-spec/src/main/resources/rest-api-spec/api/ml.stop_datafeed.json
-6
Original file line number
Diff line number
Diff line change
@@ -32,12 +32,6 @@
32
32
"required":false,
33
33
"description":"Whether to ignore if a wildcard expression matches no datafeeds. (This includes `_all` string or when no datafeeds have been specified)"
34
34
},
35
-
"allow_no_datafeeds":{
36
-
"type":"boolean",
37
-
"required":false,
38
-
"description":"Whether to ignore if a wildcard expression matches no datafeeds. (This includes `_all` string or when no datafeeds have been specified)",
Copy file name to clipboardExpand all lines: x-pack/plugin/ml/qa/native-multi-node-tests/src/javaRestTest/java/org/elasticsearch/xpack/ml/integration/PyTorchModelIT.java
-9
Original file line number
Diff line number
Diff line change
@@ -560,15 +560,6 @@ public void testInferWithMultipleDocs() throws IOException {
Copy file name to clipboardExpand all lines: x-pack/plugin/ml/src/main/java/org/elasticsearch/xpack/ml/action/TransportTrainedModelCacheInfoAction.java
Copy file name to clipboardExpand all lines: x-pack/plugin/ml/src/main/java/org/elasticsearch/xpack/ml/rest/inference/RestDeleteTrainedModelAction.java
Copy file name to clipboardExpand all lines: x-pack/plugin/ml/src/main/java/org/elasticsearch/xpack/ml/rest/inference/RestGetTrainedModelsStatsAction.java
Copy file name to clipboardExpand all lines: x-pack/plugin/ml/src/main/java/org/elasticsearch/xpack/ml/rest/inference/RestInferTrainedModelDeploymentAction.java
0 commit comments