Uses of Class
inference.GrpcService.ServerLiveRequest
Packages that use GrpcService.ServerLiveRequest
-
Uses of GrpcService.ServerLiveRequest in inference
Methods in inference that return GrpcService.ServerLiveRequestModifier and TypeMethodDescriptionGrpcService.ServerLiveRequest.Builder.build()GrpcService.ServerLiveRequest.Builder.buildPartial()GrpcService.ServerLiveRequest.getDefaultInstance()GrpcService.ServerLiveRequest.Builder.getDefaultInstanceForType()GrpcService.ServerLiveRequest.getDefaultInstanceForType()GrpcService.ServerLiveRequest.parseDelimitedFrom(InputStream input) GrpcService.ServerLiveRequest.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GrpcService.ServerLiveRequest.parseFrom(byte[] data) GrpcService.ServerLiveRequest.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GrpcService.ServerLiveRequest.parseFrom(com.google.protobuf.ByteString data) GrpcService.ServerLiveRequest.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GrpcService.ServerLiveRequest.parseFrom(com.google.protobuf.CodedInputStream input) GrpcService.ServerLiveRequest.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GrpcService.ServerLiveRequest.parseFrom(InputStream input) GrpcService.ServerLiveRequest.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GrpcService.ServerLiveRequest.parseFrom(ByteBuffer data) GrpcService.ServerLiveRequest.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in inference that return types with arguments of type GrpcService.ServerLiveRequestModifier and TypeMethodDescriptioncom.google.protobuf.Parser<GrpcService.ServerLiveRequest> GrpcService.ServerLiveRequest.getParserForType()static io.grpc.MethodDescriptor<GrpcService.ServerLiveRequest, GrpcService.ServerLiveResponse> GRPCInferenceServiceGrpc.getServerLiveMethod()static com.google.protobuf.Parser<GrpcService.ServerLiveRequest> GrpcService.ServerLiveRequest.parser()Methods in inference with parameters of type GrpcService.ServerLiveRequestModifier and TypeMethodDescriptionGrpcService.ServerLiveRequest.Builder.mergeFrom(GrpcService.ServerLiveRequest other) GrpcService.ServerLiveRequest.newBuilder(GrpcService.ServerLiveRequest prototype) default voidGRPCInferenceServiceGrpc.AsyncService.serverLive(GrpcService.ServerLiveRequest request, io.grpc.stub.StreamObserver<GrpcService.ServerLiveResponse> responseObserver) @@ .. cpp:var:: rpc ServerLive(ServerLiveRequest) returns @@ (ServerLiveResponse) @@ @@ Check liveness of the inference server.GRPCInferenceServiceGrpc.GRPCInferenceServiceBlockingStub.serverLive(GrpcService.ServerLiveRequest request) @@ .. cpp:var:: rpc ServerLive(ServerLiveRequest) returns @@ (ServerLiveResponse) @@ @@ Check liveness of the inference server.com.google.common.util.concurrent.ListenableFuture<GrpcService.ServerLiveResponse> GRPCInferenceServiceGrpc.GRPCInferenceServiceFutureStub.serverLive(GrpcService.ServerLiveRequest request) @@ .. cpp:var:: rpc ServerLive(ServerLiveRequest) returns @@ (ServerLiveResponse) @@ @@ Check liveness of the inference server.voidGRPCInferenceServiceGrpc.GRPCInferenceServiceStub.serverLive(GrpcService.ServerLiveRequest request, io.grpc.stub.StreamObserver<GrpcService.ServerLiveResponse> responseObserver) @@ .. cpp:var:: rpc ServerLive(ServerLiveRequest) returns @@ (ServerLiveResponse) @@ @@ Check liveness of the inference server.