-
Hello all, So is there anyone who tried and succeeded in connecting C# gRPC client to BentoML serving service? I am trying to connect below types of BentoML services with C# client. //------------------------------------------------------------------------------- @svc.api(input=Image(), output=Image()) Thank you for your time, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Are you starting the server with gRPC, see https://docs.bentoml.org/en/latest/guides/grpc.html? |
Beta Was this translation helpful? Give feedback.
Hi there, with regarding to your question, Yes. It is possible to write any client in any languages that gRPC supports.
For C# client refer to https://github.com/grpc/grpc-dotnet.