Uses of Class
inference.GrpcService.ServerLiveResponse
Packages that use GrpcService.ServerLiveResponse
-
Uses of GrpcService.ServerLiveResponse in inference
Methods in inference that return GrpcService.ServerLiveResponseModifier and TypeMethodDescriptionGrpcService.ServerLiveResponse.Builder.build()GrpcService.ServerLiveResponse.Builder.buildPartial()GrpcService.ServerLiveResponse.getDefaultInstance()GrpcService.ServerLiveResponse.Builder.getDefaultInstanceForType()GrpcService.ServerLiveResponse.getDefaultInstanceForType()GrpcService.ServerLiveResponse.parseDelimitedFrom(InputStream input) GrpcService.ServerLiveResponse.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GrpcService.ServerLiveResponse.parseFrom(byte[] data) GrpcService.ServerLiveResponse.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GrpcService.ServerLiveResponse.parseFrom(com.google.protobuf.ByteString data) GrpcService.ServerLiveResponse.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GrpcService.ServerLiveResponse.parseFrom(com.google.protobuf.CodedInputStream input) GrpcService.ServerLiveResponse.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GrpcService.ServerLiveResponse.parseFrom(InputStream input) GrpcService.ServerLiveResponse.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GrpcService.ServerLiveResponse.parseFrom(ByteBuffer data) GrpcService.ServerLiveResponse.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GRPCInferenceServiceGrpc.GRPCInferenceServiceBlockingStub.serverLive(GrpcService.ServerLiveRequest request) @@ .. cpp:var:: rpc ServerLive(ServerLiveRequest) returns @@ (ServerLiveResponse) @@ @@ Check liveness of the inference server.Methods in inference that return types with arguments of type GrpcService.ServerLiveResponseModifier and TypeMethodDescriptioncom.google.protobuf.Parser<GrpcService.ServerLiveResponse> GrpcService.ServerLiveResponse.getParserForType()static io.grpc.MethodDescriptor<GrpcService.ServerLiveRequest, GrpcService.ServerLiveResponse> GRPCInferenceServiceGrpc.getServerLiveMethod()static com.google.protobuf.Parser<GrpcService.ServerLiveResponse> GrpcService.ServerLiveResponse.parser()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.Methods in inference with parameters of type GrpcService.ServerLiveResponseModifier and TypeMethodDescriptionGrpcService.ServerLiveResponse.Builder.mergeFrom(GrpcService.ServerLiveResponse other) GrpcService.ServerLiveResponse.newBuilder(GrpcService.ServerLiveResponse prototype) Method parameters in inference with type arguments of type GrpcService.ServerLiveResponseModifier and TypeMethodDescriptiondefault 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.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.