A B G I K N P R S V
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- ai.konduit.serving.vertx.protocols.grpc - package ai.konduit.serving.vertx.protocols.grpc
- ai.konduit.serving.vertx.protocols.grpc.api - package ai.konduit.serving.vertx.protocols.grpc.api
- ai.konduit.serving.vertx.protocols.grpc.verticle - package ai.konduit.serving.vertx.protocols.grpc.verticle
B
- bindService() - Method in class ai.konduit.serving.vertx.protocols.grpc.api.InferenceGrpc.InferenceImplBase
- bindService() - Method in class ai.konduit.serving.vertx.protocols.grpc.api.InferenceGrpc.InferenceVertxImplBase
- build(Channel, CallOptions) - Method in class ai.konduit.serving.vertx.protocols.grpc.api.InferenceGrpc.InferenceBlockingStub
- build(Channel, CallOptions) - Method in class ai.konduit.serving.vertx.protocols.grpc.api.InferenceGrpc.InferenceFutureStub
- build(Channel, CallOptions) - Method in class ai.konduit.serving.vertx.protocols.grpc.api.InferenceGrpc.InferenceStub
- build(Channel, CallOptions) - Method in class ai.konduit.serving.vertx.protocols.grpc.api.InferenceGrpc.InferenceVertxStub
G
- getDescriptor() - Static method in class ai.konduit.serving.vertx.protocols.grpc.api.GrpcService
- getPredictMethod() - Static method in class ai.konduit.serving.vertx.protocols.grpc.api.InferenceGrpc
- getServiceDescriptor() - Static method in class ai.konduit.serving.vertx.protocols.grpc.api.InferenceGrpc
- getSubTypesMapping() - Method in class ai.konduit.serving.vertx.protocols.grpc.KonduitServingGrpcJsonMapping
- GrpcService - Class in ai.konduit.serving.vertx.protocols.grpc.api
I
- InferenceBlockingStub(Channel) - Constructor for class ai.konduit.serving.vertx.protocols.grpc.api.InferenceGrpc.InferenceBlockingStub
- InferenceBlockingStub(Channel, CallOptions) - Constructor for class ai.konduit.serving.vertx.protocols.grpc.api.InferenceGrpc.InferenceBlockingStub
- InferenceFutureStub(Channel) - Constructor for class ai.konduit.serving.vertx.protocols.grpc.api.InferenceGrpc.InferenceFutureStub
- InferenceFutureStub(Channel, CallOptions) - Constructor for class ai.konduit.serving.vertx.protocols.grpc.api.InferenceGrpc.InferenceFutureStub
- InferenceGrpc - Class in ai.konduit.serving.vertx.protocols.grpc.api
-
The main grpc service definition.
- InferenceGrpc.InferenceBlockingStub - Class in ai.konduit.serving.vertx.protocols.grpc.api
-
The main grpc service definition.
- InferenceGrpc.InferenceFutureStub - Class in ai.konduit.serving.vertx.protocols.grpc.api
-
The main grpc service definition.
- InferenceGrpc.InferenceImplBase - Class in ai.konduit.serving.vertx.protocols.grpc.api
-
The main grpc service definition.
- InferenceGrpc.InferenceStub - Class in ai.konduit.serving.vertx.protocols.grpc.api
-
The main grpc service definition.
- InferenceGrpc.InferenceVertxImplBase - Class in ai.konduit.serving.vertx.protocols.grpc.api
-
The main grpc service definition.
- InferenceGrpc.InferenceVertxStub - Class in ai.konduit.serving.vertx.protocols.grpc.api
-
The main grpc service definition.
- InferenceImplBase() - Constructor for class ai.konduit.serving.vertx.protocols.grpc.api.InferenceGrpc.InferenceImplBase
- InferenceStub(Channel) - Constructor for class ai.konduit.serving.vertx.protocols.grpc.api.InferenceGrpc.InferenceStub
- InferenceStub(Channel, CallOptions) - Constructor for class ai.konduit.serving.vertx.protocols.grpc.api.InferenceGrpc.InferenceStub
- InferenceVerticleGrpc - Class in ai.konduit.serving.vertx.protocols.grpc.verticle
- InferenceVerticleGrpc() - Constructor for class ai.konduit.serving.vertx.protocols.grpc.verticle.InferenceVerticleGrpc
- InferenceVertxImplBase() - Constructor for class ai.konduit.serving.vertx.protocols.grpc.api.InferenceGrpc.InferenceVertxImplBase
- InferenceVertxStub(Channel) - Constructor for class ai.konduit.serving.vertx.protocols.grpc.api.InferenceGrpc.InferenceVertxStub
- InferenceVertxStub(Channel, CallOptions) - Constructor for class ai.konduit.serving.vertx.protocols.grpc.api.InferenceGrpc.InferenceVertxStub
K
- KonduitServingGrpcJsonMapping - Class in ai.konduit.serving.vertx.protocols.grpc
- KonduitServingGrpcJsonMapping() - Constructor for class ai.konduit.serving.vertx.protocols.grpc.KonduitServingGrpcJsonMapping
N
- newBlockingStub(Channel) - Static method in class ai.konduit.serving.vertx.protocols.grpc.api.InferenceGrpc
-
Creates a new blocking-style stub that supports unary and streaming output calls on the service
- newFutureStub(Channel) - Static method in class ai.konduit.serving.vertx.protocols.grpc.api.InferenceGrpc
-
Creates a new ListenableFuture-style stub that supports unary calls on the service
- newStub(Channel) - Static method in class ai.konduit.serving.vertx.protocols.grpc.api.InferenceGrpc
-
Creates a new async stub that supports all call types for the service
- newVertxStub(Channel) - Static method in class ai.konduit.serving.vertx.protocols.grpc.api.InferenceGrpc
-
Creates a new vertx stub that supports all call types for the service
P
- predict(DataProtoMessage.DataScheme) - Method in class ai.konduit.serving.vertx.protocols.grpc.api.InferenceGrpc.InferenceBlockingStub
-
predicts an output
- predict(DataProtoMessage.DataScheme) - Method in class ai.konduit.serving.vertx.protocols.grpc.api.InferenceGrpc.InferenceFutureStub
-
predicts an output
- predict(DataProtoMessage.DataScheme, StreamObserver<DataProtoMessage.DataScheme>) - Method in class ai.konduit.serving.vertx.protocols.grpc.api.InferenceGrpc.InferenceImplBase
-
predicts an output
- predict(DataProtoMessage.DataScheme, StreamObserver<DataProtoMessage.DataScheme>) - Method in class ai.konduit.serving.vertx.protocols.grpc.api.InferenceGrpc.InferenceStub
-
predicts an output
- predict(DataProtoMessage.DataScheme, Handler<AsyncResult<DataProtoMessage.DataScheme>>) - Method in class ai.konduit.serving.vertx.protocols.grpc.api.InferenceGrpc.InferenceVertxStub
-
predicts an output
- predict(DataProtoMessage.DataScheme, Promise<DataProtoMessage.DataScheme>) - Method in class ai.konduit.serving.vertx.protocols.grpc.api.InferenceGrpc.InferenceVertxImplBase
-
predicts an output
R
- registerAllExtensions(ExtensionRegistry) - Static method in class ai.konduit.serving.vertx.protocols.grpc.api.GrpcService
- registerAllExtensions(ExtensionRegistryLite) - Static method in class ai.konduit.serving.vertx.protocols.grpc.api.GrpcService
S
- SERVICE_NAME - Static variable in class ai.konduit.serving.vertx.protocols.grpc.api.InferenceGrpc
- start(Promise<Void>) - Method in class ai.konduit.serving.vertx.protocols.grpc.verticle.InferenceVerticleGrpc
V
A B G I K N P R S VAll Classes All Packages