public static final class ModelGardenServiceGrpc.ModelGardenServiceFutureStub extends io.grpc.stub.AbstractFutureStub<ModelGardenServiceGrpc.ModelGardenServiceFutureStub>
The interface of Model Garden Service.
| Modifier and Type | Method and Description |
|---|---|
protected ModelGardenServiceGrpc.ModelGardenServiceFutureStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
com.google.common.util.concurrent.ListenableFuture<PublisherModel> |
getPublisherModel(GetPublisherModelRequest request)
Gets a Model Garden publisher model.
|
com.google.common.util.concurrent.ListenableFuture<ListPublisherModelsResponse> |
listPublisherModels(ListPublisherModelsRequest request)
Lists publisher models in Model Garden.
|
protected ModelGardenServiceGrpc.ModelGardenServiceFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build in class io.grpc.stub.AbstractStub<ModelGardenServiceGrpc.ModelGardenServiceFutureStub>public com.google.common.util.concurrent.ListenableFuture<PublisherModel> getPublisherModel(GetPublisherModelRequest request)
Gets a Model Garden publisher model.
public com.google.common.util.concurrent.ListenableFuture<ListPublisherModelsResponse> listPublisherModels(ListPublisherModelsRequest request)
Lists publisher models in Model Garden.
Copyright © 2024 Google LLC. All rights reserved.