elasticsearch
elasticsearch copied to clipboard
[ML] Remove mention of models in inference actions
trafficstars
This renames the GET, PUT and DELETE inference APIs removing the model parts.
inference.delete_modelrenamed toinference.deleteinference.get_modelrenamed toinference.getinference.putrenamed toinference.put
The GET response now has a endpoints field instead of models
#previously
{
"models": [...]
}
#with this change
{
"endpoints": [...]
}
And error messages are change to refer to inference endpoints rather than models
Pinging @elastic/ml-core (Team:ML)
@elasticmachine update branch
@elasticmachine update branch