Class DeploymentResourcePoolServiceGrpc.DeploymentResourcePoolServiceFutureStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractFutureStub<DeploymentResourcePoolServiceGrpc.DeploymentResourcePoolServiceFutureStub>
-
- com.google.cloud.aiplatform.v1beta1.DeploymentResourcePoolServiceGrpc.DeploymentResourcePoolServiceFutureStub
-
- Enclosing class:
- DeploymentResourcePoolServiceGrpc
public static final class DeploymentResourcePoolServiceGrpc.DeploymentResourcePoolServiceFutureStub extends io.grpc.stub.AbstractFutureStub<DeploymentResourcePoolServiceGrpc.DeploymentResourcePoolServiceFutureStub>
A stub to allow clients to do ListenableFuture-style rpc calls to service DeploymentResourcePoolService.A service that manages the DeploymentResourcePool resource.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected DeploymentResourcePoolServiceGrpc.DeploymentResourcePoolServiceFutureStub
build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation>
createDeploymentResourcePool(CreateDeploymentResourcePoolRequest request)
Create a DeploymentResourcePool.com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation>
deleteDeploymentResourcePool(DeleteDeploymentResourcePoolRequest request)
Delete a DeploymentResourcePool.com.google.common.util.concurrent.ListenableFuture<DeploymentResourcePool>
getDeploymentResourcePool(GetDeploymentResourcePoolRequest request)
Get a DeploymentResourcePool.com.google.common.util.concurrent.ListenableFuture<ListDeploymentResourcePoolsResponse>
listDeploymentResourcePools(ListDeploymentResourcePoolsRequest request)
List DeploymentResourcePools in a location.com.google.common.util.concurrent.ListenableFuture<QueryDeployedModelsResponse>
queryDeployedModels(QueryDeployedModelsRequest request)
List DeployedModels that have been deployed on this DeploymentResourcePool.
-
-
-
Method Detail
-
build
protected DeploymentResourcePoolServiceGrpc.DeploymentResourcePoolServiceFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
build
in classio.grpc.stub.AbstractStub<DeploymentResourcePoolServiceGrpc.DeploymentResourcePoolServiceFutureStub>
-
createDeploymentResourcePool
public com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation> createDeploymentResourcePool(CreateDeploymentResourcePoolRequest request)
Create a DeploymentResourcePool.
-
getDeploymentResourcePool
public com.google.common.util.concurrent.ListenableFuture<DeploymentResourcePool> getDeploymentResourcePool(GetDeploymentResourcePoolRequest request)
Get a DeploymentResourcePool.
-
listDeploymentResourcePools
public com.google.common.util.concurrent.ListenableFuture<ListDeploymentResourcePoolsResponse> listDeploymentResourcePools(ListDeploymentResourcePoolsRequest request)
List DeploymentResourcePools in a location.
-
deleteDeploymentResourcePool
public com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation> deleteDeploymentResourcePool(DeleteDeploymentResourcePoolRequest request)
Delete a DeploymentResourcePool.
-
queryDeployedModels
public com.google.common.util.concurrent.ListenableFuture<QueryDeployedModelsResponse> queryDeployedModels(QueryDeployedModelsRequest request)
List DeployedModels that have been deployed on this DeploymentResourcePool.
-
-