Skip to content

Commit

Permalink
[ML] Update number_of_allocations description in REST spec (elastic…
Browse files Browse the repository at this point in the history
…#90413) (elastic#90419)

In 8.5 the definition of `number_of_allocations` parameter to the
start trained model deployment API was changed. This commit updates
the REST spec accordingly.
  • Loading branch information
dimitris-athanasiou authored Sep 27, 2022
1 parent 115e2de commit 0e75bf5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"number_of_allocations":{
"type":"int",
"description": "The number of model allocations on each node where the model is deployed.",
"description": "The total number of allocations this model is assigned across machine learning nodes.",
"required": false,
"default": 1
},
Expand Down

0 comments on commit 0e75bf5

Please sign in to comment.