public static final class SearchTuningServiceGrpc.SearchTuningServiceFutureStub extends io.grpc.stub.AbstractFutureStub<SearchTuningServiceGrpc.SearchTuningServiceFutureStub>
Service for search tuning.
| Modifier and Type | Method and Description |
|---|---|
protected SearchTuningServiceGrpc.SearchTuningServiceFutureStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
com.google.common.util.concurrent.ListenableFuture<ListCustomModelsResponse> |
listCustomModels(ListCustomModelsRequest request)
Gets a list of all the custom models.
|
com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation> |
trainCustomModel(TrainCustomModelRequest request)
Trains a custom model.
|
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOnReadyThreshold, withOption, withWaitForReadyprotected SearchTuningServiceGrpc.SearchTuningServiceFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build in class io.grpc.stub.AbstractStub<SearchTuningServiceGrpc.SearchTuningServiceFutureStub>public com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation> trainCustomModel(TrainCustomModelRequest request)
Trains a custom model.
public com.google.common.util.concurrent.ListenableFuture<ListCustomModelsResponse> listCustomModels(ListCustomModelsRequest request)
Gets a list of all the custom models.
Copyright © 2025 Google LLC. All rights reserved.