Class MLModelServiceGrpc.MLModelServiceBlockingV2Stub

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

public static final class MLModelServiceGrpc.MLModelServiceBlockingV2Stub extends io.grpc.stub.AbstractBlockingStub<MLModelServiceGrpc.MLModelServiceBlockingV2Stub>
A stub to allow clients to do 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.