public static final class RankServiceGrpc.RankServiceFutureStub extends io.grpc.stub.AbstractFutureStub<RankServiceGrpc.RankServiceFutureStub>
Service for ranking text records.
| Modifier and Type | Method and Description |
|---|---|
protected RankServiceGrpc.RankServiceFutureStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
com.google.common.util.concurrent.ListenableFuture<RankResponse> |
rank(RankRequest request)
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.RankServiceFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build in class io.grpc.stub.AbstractStub<RankServiceGrpc.RankServiceFutureStub>public com.google.common.util.concurrent.ListenableFuture<RankResponse> rank(RankRequest request)
Ranks a list of text records based on the given input query.
Copyright © 2025 Google LLC. All rights reserved.