[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:
Benjamin Trent 2020-01-24 07:30:56 -05:00 committed by GitHub
parent c64f4d1a33
commit c9e285c1e6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
16 changed files with 177 additions and 12 deletions

View file

@ -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[]