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