Class InferenceGrpc.InferenceVertxStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<InferenceGrpc.InferenceVertxStub>
-
- ai.konduit.serving.vertx.protocols.grpc.api.InferenceGrpc.InferenceVertxStub
-
- Enclosing class:
- InferenceGrpc
public static final class InferenceGrpc.InferenceVertxStub extends io.grpc.stub.AbstractStub<InferenceGrpc.InferenceVertxStub>
The main grpc service definition.
-
-
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.InferenceVertxStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)voidpredict(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
-
-
-
Method Detail
-
build
protected InferenceGrpc.InferenceVertxStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<InferenceGrpc.InferenceVertxStub>
-
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
-
-