mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-24 23:27:25 -04:00
[ML][Inference] add tags url param to GET (#51330)
Adds a new URL parameter, `tags` to the GET _ml/inference/<model_id> endpoint. This parameter allows the list of models to be further reduced to those who contain all the provided tags.
This commit is contained in:
parent
c64f4d1a33
commit
c9e285c1e6
16 changed files with 177 additions and 12 deletions
|
@ -29,6 +29,9 @@ include-tagged::{doc-tests-file}[{api}-request]
|
|||
<5> Allow empty response if no Trained Models match the provided ID patterns.
|
||||
If false, an error will be thrown if no Trained Models match the
|
||||
ID patterns.
|
||||
<6> An optional list of tags used to narrow the model search. A Trained Model
|
||||
can have many tags or none. The trained models in the response will
|
||||
contain all the provided tags.
|
||||
|
||||
include::../execution.asciidoc[]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue