Class InferenceGrpc
- java.lang.Object
-
- ai.konduit.serving.vertx.protocols.grpc.api.InferenceGrpc
-
@Generated(value="by gRPC proto compiler (version 1.20.0)", comments="Source: grpc-service.proto") public final class InferenceGrpc extends java.lang.ObjectThe main grpc service definition.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classInferenceGrpc.InferenceBlockingStubThe main grpc service definition.static classInferenceGrpc.InferenceFutureStubThe main grpc service definition.static classInferenceGrpc.InferenceImplBaseThe main grpc service definition.static classInferenceGrpc.InferenceStubThe main grpc service definition.static classInferenceGrpc.InferenceVertxImplBaseThe main grpc service definition.static classInferenceGrpc.InferenceVertxStubThe main grpc service definition.
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringSERVICE_NAME
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.grpc.MethodDescriptor<ai.konduit.serving.pipeline.impl.data.protobuf.DataProtoMessage.DataScheme,ai.konduit.serving.pipeline.impl.data.protobuf.DataProtoMessage.DataScheme>getPredictMethod()static io.grpc.ServiceDescriptorgetServiceDescriptor()static InferenceGrpc.InferenceBlockingStubnewBlockingStub(io.grpc.Channel channel)Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic InferenceGrpc.InferenceFutureStubnewFutureStub(io.grpc.Channel channel)Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic InferenceGrpc.InferenceStubnewStub(io.grpc.Channel channel)Creates a new async stub that supports all call types for the servicestatic InferenceGrpc.InferenceVertxStubnewVertxStub(io.grpc.Channel channel)Creates a new vertx stub that supports all call types for the service
-
-
-
Field Detail
-
SERVICE_NAME
public static final java.lang.String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getPredictMethod
public static io.grpc.MethodDescriptor<ai.konduit.serving.pipeline.impl.data.protobuf.DataProtoMessage.DataScheme,ai.konduit.serving.pipeline.impl.data.protobuf.DataProtoMessage.DataScheme> getPredictMethod()
-
newStub
public static InferenceGrpc.InferenceStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static InferenceGrpc.InferenceBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static InferenceGrpc.InferenceFutureStub newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
-
newVertxStub
public static InferenceGrpc.InferenceVertxStub newVertxStub(io.grpc.Channel channel)
Creates a new vertx stub that supports all call types for the service
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-