Package com.google.cloud.aiplatform.v1
Class ModelGardenServiceGrpc.ModelGardenServiceBlockingStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractBlockingStub<ModelGardenServiceGrpc.ModelGardenServiceBlockingStub>
-
- com.google.cloud.aiplatform.v1.ModelGardenServiceGrpc.ModelGardenServiceBlockingStub
-
- Enclosing class:
- ModelGardenServiceGrpc
public static final class ModelGardenServiceGrpc.ModelGardenServiceBlockingStub extends io.grpc.stub.AbstractBlockingStub<ModelGardenServiceGrpc.ModelGardenServiceBlockingStub>
A stub to allow clients to do synchronous 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.ModelGardenServiceBlockingStub
build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
PublisherModel
getPublisherModel(GetPublisherModelRequest request)
Gets a Model Garden publisher model.
-
-
-
Method Detail
-
build
protected ModelGardenServiceGrpc.ModelGardenServiceBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
build
in classio.grpc.stub.AbstractStub<ModelGardenServiceGrpc.ModelGardenServiceBlockingStub>
-
getPublisherModel
public PublisherModel getPublisherModel(GetPublisherModelRequest request)
Gets a Model Garden publisher model.
-
-