Interface MLModelServiceGrpc.AsyncService

All Known Implementing Classes:
MLModelRPCService, MLModelServiceGrpc.MLModelServiceImplBase
Enclosing class:
MLModelServiceGrpc

public static interface MLModelServiceGrpc.AsyncService
 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.