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