Class InferenceGrpc.InferenceVertxImplBase

  • All Implemented Interfaces:
    io.grpc.BindableService
    Enclosing class:
    InferenceGrpc

    public abstract static class InferenceGrpc.InferenceVertxImplBase
    extends java.lang.Object
    implements io.grpc.BindableService
     The main grpc service definition.
     
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      io.grpc.ServerServiceDefinition bindService()  
      void predict​(ai.konduit.serving.pipeline.impl.data.protobuf.DataProtoMessage.DataScheme request, io.vertx.core.Promise<ai.konduit.serving.pipeline.impl.data.protobuf.DataProtoMessage.DataScheme> response)
      predicts an output
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • InferenceVertxImplBase

        public InferenceVertxImplBase()
    • Method Detail

      • predict

        public void predict​(ai.konduit.serving.pipeline.impl.data.protobuf.DataProtoMessage.DataScheme request,
                            io.vertx.core.Promise<ai.konduit.serving.pipeline.impl.data.protobuf.DataProtoMessage.DataScheme> response)
         predicts an output
         
      • bindService

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