Uses of Class
inference.GrpcService.ModelStreamInferResponse
Packages that use GrpcService.ModelStreamInferResponse
-
Uses of GrpcService.ModelStreamInferResponse in inference
Methods in inference that return GrpcService.ModelStreamInferResponseModifier and TypeMethodDescriptionGrpcService.ModelStreamInferResponse.Builder.build()GrpcService.ModelStreamInferResponse.Builder.buildPartial()GrpcService.ModelStreamInferResponse.getDefaultInstance()GrpcService.ModelStreamInferResponse.Builder.getDefaultInstanceForType()GrpcService.ModelStreamInferResponse.getDefaultInstanceForType()GrpcService.ModelStreamInferResponse.parseDelimitedFrom(InputStream input) GrpcService.ModelStreamInferResponse.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GrpcService.ModelStreamInferResponse.parseFrom(byte[] data) GrpcService.ModelStreamInferResponse.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GrpcService.ModelStreamInferResponse.parseFrom(com.google.protobuf.ByteString data) GrpcService.ModelStreamInferResponse.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GrpcService.ModelStreamInferResponse.parseFrom(com.google.protobuf.CodedInputStream input) GrpcService.ModelStreamInferResponse.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GrpcService.ModelStreamInferResponse.parseFrom(InputStream input) GrpcService.ModelStreamInferResponse.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GrpcService.ModelStreamInferResponse.parseFrom(ByteBuffer data) GrpcService.ModelStreamInferResponse.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in inference that return types with arguments of type GrpcService.ModelStreamInferResponseModifier and TypeMethodDescriptionstatic io.grpc.MethodDescriptor<GrpcService.ModelInferRequest, GrpcService.ModelStreamInferResponse> GRPCInferenceServiceGrpc.getModelStreamInferMethod()com.google.protobuf.Parser<GrpcService.ModelStreamInferResponse> GrpcService.ModelStreamInferResponse.getParserForType()static com.google.protobuf.Parser<GrpcService.ModelStreamInferResponse> GrpcService.ModelStreamInferResponse.parser()Methods in inference with parameters of type GrpcService.ModelStreamInferResponseModifier and TypeMethodDescriptionGrpcService.ModelStreamInferResponse.Builder.mergeFrom(GrpcService.ModelStreamInferResponse other) GrpcService.ModelStreamInferResponse.newBuilder(GrpcService.ModelStreamInferResponse prototype) Method parameters in inference with type arguments of type GrpcService.ModelStreamInferResponseModifier and TypeMethodDescriptiondefault io.grpc.stub.StreamObserver<GrpcService.ModelInferRequest> GRPCInferenceServiceGrpc.AsyncService.modelStreamInfer(io.grpc.stub.StreamObserver<GrpcService.ModelStreamInferResponse> responseObserver) @@ .. cpp:var:: rpc ModelStreamInfer(stream ModelInferRequest) returns @@ (stream ModelStreamInferResponse) @@ @@ Perform streaming inference.io.grpc.stub.StreamObserver<GrpcService.ModelInferRequest> GRPCInferenceServiceGrpc.GRPCInferenceServiceStub.modelStreamInfer(io.grpc.stub.StreamObserver<GrpcService.ModelStreamInferResponse> responseObserver) @@ .. cpp:var:: rpc ModelStreamInfer(stream ModelInferRequest) returns @@ (stream ModelStreamInferResponse) @@ @@ Perform streaming inference.