Skip to content

Commit 4a0e57e

Browse files
committed
Remove old path an options
1 parent 5263910 commit 4a0e57e

File tree

3 files changed

+0
-28
lines changed

3 files changed

+0
-28
lines changed

specification/_json_spec/ml.get_trained_models.json

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,6 @@
3939
"required": false,
4040
"description": "A comma-separate list of fields to optionally include. Valid options are 'definition' and 'total_feature_importance'. Default is none."
4141
},
42-
"include_model_definition": {
43-
"type": "boolean",
44-
"required": false,
45-
"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.",
46-
"default": false,
47-
"deprecated": true
48-
},
4942
"decompress_definition": {
5043
"type": "boolean",
5144
"required": false,

specification/_json_spec/ml.infer_trained_model.json

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -22,21 +22,6 @@
2222
"required": true
2323
}
2424
}
25-
},
26-
{
27-
"path": "/_ml/trained_models/{model_id}/deployment/_infer",
28-
"methods": ["POST"],
29-
"parts": {
30-
"model_id": {
31-
"type": "string",
32-
"description": "The unique identifier of the trained model.",
33-
"required": true
34-
}
35-
},
36-
"deprecated": {
37-
"version": "8.3.0",
38-
"description": "/_ml/trained_models/{model_id}/deployment/_infer is deprecated. Use /_ml/trained_models/{model_id}/_infer instead"
39-
}
4025
}
4126
]
4227
},

specification/_json_spec/ml.stop_datafeed.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,6 @@
3030
"required": false,
3131
"description": "Whether to ignore if a wildcard expression matches no datafeeds. (This includes `_all` string or when no datafeeds have been specified)"
3232
},
33-
"allow_no_datafeeds": {
34-
"type": "boolean",
35-
"required": false,
36-
"description": "Whether to ignore if a wildcard expression matches no datafeeds. (This includes `_all` string or when no datafeeds have been specified)",
37-
"deprecated": true
38-
},
3933
"force": {
4034
"type": "boolean",
4135
"required": false,

0 commit comments

Comments
 (0)