List all the models names
Hey, right now we can query model by their name, but we can we query the serving binary to have a list of all models available?
Thanks for proposing a PR! We'll take a look at it.
Closing this issue since PR has been proposed. Stay tuned to this issue for updates.
@ymodak The referenced issue was already closed on Mar 29, 2018. This should be re-opened.
should we just reopen my original pr https://github.com/tensorflow/serving/pull/797 and move forward with that ? list model names that is alive should be sufficient ?
@yupbank Loaded model names is limited in information. I prefer having loaded model versions and other metdata defined in ModelServerConfig proto to be part of this service's response.
yeah, but you can get the versions and other metadata by using the model name
is there any news on this?
@yupbank +1 to open up your PR.
Any progress on this https://github.com/tensorflow/serving/pull/1552 ?