I have been trying to use tensorflow serving to serve a model and utilize tensorflow-serving-api as mentioned here: https://github.com/tensorflow/serving/tree/master/tensorflow_serving/apis Im using python and try as I might, I could not find the documentation for the package. The pypi page redirects here (tensorflow serving) which does not contain documentation of the python client wrapper. Neither does this place https://www.tensorflow.org/serving/api_docs/cc/
Can anyone point me in the right direction?