Class MLModelServiceGrpc.MLModelServiceBlockingStub

java.lang.Object
io.grpc.stub.AbstractStub<MLModelServiceGrpc.MLModelServiceBlockingStub>
io.grpc.stub.AbstractBlockingStub<MLModelServiceGrpc.MLModelServiceBlockingStub>
com.viam.service.mlmodel.v1.MLModelServiceGrpc.MLModelServiceBlockingStub
Enclosing class:
MLModelServiceGrpc

public static final class MLModelServiceGrpc.MLModelServiceBlockingStub extends io.grpc.stub.AbstractBlockingStub<MLModelServiceGrpc.MLModelServiceBlockingStub>
A stub to allow clients to do limited synchronous rpc calls to service MLModelService.
 MLModelService declares the gRPC contract for a service that takes in a map of input arrays/tensors,
 runs them through an ML inference engine, and outputs a map of array/tensors.