Class MLModelServiceGrpc.MLModelServiceImplBase

java.lang.Object
com.viam.service.mlmodel.v1.MLModelServiceGrpc.MLModelServiceImplBase
All Implemented Interfaces:
MLModelServiceGrpc.AsyncService, io.grpc.BindableService
Direct Known Subclasses:
MLModelRPCService
Enclosing class:
MLModelServiceGrpc

public abstract static class MLModelServiceGrpc.MLModelServiceImplBase extends Object implements io.grpc.BindableService, MLModelServiceGrpc.AsyncService
Base class for the server implementation of the 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.
 
  • Constructor Details

    • MLModelServiceImplBase

      public MLModelServiceImplBase()
  • Method Details

    • bindService

      public final io.grpc.ServerServiceDefinition bindService()
      Specified by:
      bindService in interface io.grpc.BindableService