Skip to content

Commit

Permalink
[ML][Inference] updates specs with new params + docs (elastic#50373)
Browse files Browse the repository at this point in the history
  • Loading branch information
benwtrent authored and SivagurunathanV committed Jan 21, 2020
1 parent c793b77 commit 8b06b14
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"ml.delete_trained_model":{
"documentation":{
"url":"TODO"
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/current/delete-inference.html"
},
"stability":"experimental",
"url":{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"ml.get_trained_models":{
"documentation":{
"url":"TODO"
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/current/get-inference.html"
},
"stability":"experimental",
"url":{
Expand Down Expand Up @@ -36,9 +36,15 @@
"include_model_definition":{
"type":"boolean",
"required":false,
"description":"Should the full model definition be included in the results. These definitions can be large",
"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.",
"default":false
},
"decompress_definition": {
"type": "boolean",
"required": false,
"default": true,
"description": "Should the model definition be decompressed into valid JSON or returned in a custom compressed format. Defaults to true."
},
"from":{
"type":"int",
"description":"skips a number of trained models",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"ml.get_trained_models_stats":{
"documentation":{
"url":"TODO"
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/current/get-inference-stats.html"
},
"stability":"experimental",
"url":{
Expand Down

0 comments on commit 8b06b14

Please sign in to comment.