Package com.google.cloud.aiplatform.v1
Class ModelGardenServiceGrpc.ModelGardenServiceFutureStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractFutureStub<ModelGardenServiceGrpc.ModelGardenServiceFutureStub>
-
- com.google.cloud.aiplatform.v1.ModelGardenServiceGrpc.ModelGardenServiceFutureStub
-
- Enclosing class:
- ModelGardenServiceGrpc
public static final class ModelGardenServiceGrpc.ModelGardenServiceFutureStub extends io.grpc.stub.AbstractFutureStub<ModelGardenServiceGrpc.ModelGardenServiceFutureStub>
A stub to allow clients to do ListenableFuture-style rpc calls to service ModelGardenService.The interface of Model Garden Service.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
build
protected ModelGardenServiceGrpc.ModelGardenServiceFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
build
in classio.grpc.stub.AbstractStub<ModelGardenServiceGrpc.ModelGardenServiceFutureStub>
-
getPublisherModel
public com.google.common.util.concurrent.ListenableFuture<PublisherModel> getPublisherModel(GetPublisherModelRequest request)
Gets a Model Garden publisher model.
-
-