Generate instances or inputs for TensorFlow Serving REST API
问题 I'm ready to try out my TensorFlow Serving REST API based on a saved model, and was wondering if there was an easy way to generate the JSON instances (row-based) or inputs (columnar) I need to send with my request. I have several thousand features in my model and I would hate to manually type in a JSON. Is there a way I can use existing data to come up with serialized data I can throw at the predict API? I'm using TFX for the entire pipeline (incl. tf.Transform), so I'm not sure if there is a