public static final class RankServiceGrpc.RankServiceStub extends io.grpc.stub.AbstractAsyncStub<RankServiceGrpc.RankServiceStub>
Service for ranking text records.
| Modifier and Type | Method and Description |
|---|---|
protected RankServiceGrpc.RankServiceStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
void |
rank(RankRequest request,
io.grpc.stub.StreamObserver<RankResponse> responseObserver)
Ranks a list of text records based on the given input query.
|
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOnReadyThreshold, withOption, withWaitForReadyprotected RankServiceGrpc.RankServiceStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build in class io.grpc.stub.AbstractStub<RankServiceGrpc.RankServiceStub>public void rank(RankRequest request, io.grpc.stub.StreamObserver<RankResponse> responseObserver)
Ranks a list of text records based on the given input query.
Copyright © 2025 Google LLC. All rights reserved.