public static final class SearchTuningServiceGrpc.SearchTuningServiceBlockingStub extends io.grpc.stub.AbstractBlockingStub<SearchTuningServiceGrpc.SearchTuningServiceBlockingStub>
Service for search tuning.
| Modifier and Type | Method and Description |
|---|---|
protected SearchTuningServiceGrpc.SearchTuningServiceBlockingStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
ListCustomModelsResponse |
listCustomModels(ListCustomModelsRequest request)
Gets a list of all the custom models.
|
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.SearchTuningServiceBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build in class io.grpc.stub.AbstractStub<SearchTuningServiceGrpc.SearchTuningServiceBlockingStub>public com.google.longrunning.Operation trainCustomModel(TrainCustomModelRequest request)
Trains a custom model.
public ListCustomModelsResponse listCustomModels(ListCustomModelsRequest request)
Gets a list of all the custom models.
Copyright © 2025 Google LLC. All rights reserved.