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