elasticsearch icon indicating copy to clipboard operation
elasticsearch copied to clipboard

[ML] Remove mention of models in inference actions

Open davidkyle opened this issue 1 year ago • 2 comments
trafficstars

This renames the GET, PUT and DELETE inference APIs removing the model parts.

  • inference.delete_model renamed to inference.delete
  • inference.get_model renamed to inference.get
  • inference.put renamed to inference.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

davidkyle avatar Apr 22 '24 13:04 davidkyle

Pinging @elastic/ml-core (Team:ML)

elasticsearchmachine avatar Apr 25 '24 12:04 elasticsearchmachine

@elasticmachine update branch

davidkyle avatar Apr 25 '24 12:04 davidkyle

@elasticmachine update branch

davidkyle avatar Apr 29 '24 12:04 davidkyle