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