Class InferenceGrpc.InferenceStub

    • Constructor Summary

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected InferenceGrpc.InferenceStub build​(io.grpc.Channel channel, io.grpc.CallOptions callOptions)  
      void predict​(ai.konduit.serving.pipeline.impl.data.protobuf.DataProtoMessage.DataScheme request, io.grpc.stub.StreamObserver<ai.konduit.serving.pipeline.impl.data.protobuf.DataProtoMessage.DataScheme> responseObserver)
      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

      • InferenceStub

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

        public InferenceStub​(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.grpc.stub.StreamObserver<ai.konduit.serving.pipeline.impl.data.protobuf.DataProtoMessage.DataScheme> responseObserver)
         predicts an output