Categories
Misc

How to create .proto files for TF GRPC Serve Predict endpoint with gRPC?

I’ve deployed my own model with TF Serve in Docker. I’d like to consume that from a C# app via gRPC. So I guess I should somehow create the .proto files which to use to generate the C# classes. But how would I know the exact gRPC contract in order to create the .proto files?

submitted by /u/Vasilkosturski
[visit reddit] [comments]

Leave a Reply

Your email address will not be published. Required fields are marked *