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