Class InferenceGrpc.InferenceVertxStub

    • Constructor Summary

      Constructors 
      Constructor Description
      InferenceVertxStub​(io.grpc.Channel channel)  
      InferenceVertxStub​(io.grpc.Channel channel, io.grpc.CallOptions callOptions)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected InferenceGrpc.InferenceVertxStub build​(io.grpc.Channel channel, io.grpc.CallOptions callOptions)  
      void predict​(ai.konduit.serving.pipeline.impl.data.protobuf.DataProtoMessage.DataScheme request, io.vertx.core.Handler<io.vertx.core.AsyncResult<ai.konduit.serving.pipeline.impl.data.protobuf.DataProtoMessage.DataScheme>> response)
      predicts an output
      • Methods inherited from class io.grpc.stub.AbstractStub

        getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOption, withWaitForReady
      • Methods inherited from class java.lang.Object

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

      • InferenceVertxStub

        public InferenceVertxStub​(io.grpc.Channel channel)
      • InferenceVertxStub

        public InferenceVertxStub​(io.grpc.Channel channel,
                                  io.grpc.CallOptions callOptions)
    • Method Detail

      • predict

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