Class DeploymentResourcePoolServiceGrpc.DeploymentResourcePoolServiceBlockingStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractBlockingStub<DeploymentResourcePoolServiceGrpc.DeploymentResourcePoolServiceBlockingStub>
-
- com.google.cloud.aiplatform.v1beta1.DeploymentResourcePoolServiceGrpc.DeploymentResourcePoolServiceBlockingStub
-
- Enclosing class:
- DeploymentResourcePoolServiceGrpc
public static final class DeploymentResourcePoolServiceGrpc.DeploymentResourcePoolServiceBlockingStub extends io.grpc.stub.AbstractBlockingStub<DeploymentResourcePoolServiceGrpc.DeploymentResourcePoolServiceBlockingStub>
A stub to allow clients to do synchronous 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.DeploymentResourcePoolServiceBlockingStub
build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
com.google.longrunning.Operation
createDeploymentResourcePool(CreateDeploymentResourcePoolRequest request)
Create a DeploymentResourcePool.com.google.longrunning.Operation
deleteDeploymentResourcePool(DeleteDeploymentResourcePoolRequest request)
Delete a DeploymentResourcePool.DeploymentResourcePool
getDeploymentResourcePool(GetDeploymentResourcePoolRequest request)
Get a DeploymentResourcePool.ListDeploymentResourcePoolsResponse
listDeploymentResourcePools(ListDeploymentResourcePoolsRequest request)
List DeploymentResourcePools in a location.QueryDeployedModelsResponse
queryDeployedModels(QueryDeployedModelsRequest request)
List DeployedModels that have been deployed on this DeploymentResourcePool.
-
-
-
Method Detail
-
build
protected DeploymentResourcePoolServiceGrpc.DeploymentResourcePoolServiceBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
build
in classio.grpc.stub.AbstractStub<DeploymentResourcePoolServiceGrpc.DeploymentResourcePoolServiceBlockingStub>
-
createDeploymentResourcePool
public com.google.longrunning.Operation createDeploymentResourcePool(CreateDeploymentResourcePoolRequest request)
Create a DeploymentResourcePool.
-
getDeploymentResourcePool
public DeploymentResourcePool getDeploymentResourcePool(GetDeploymentResourcePoolRequest request)
Get a DeploymentResourcePool.
-
listDeploymentResourcePools
public ListDeploymentResourcePoolsResponse listDeploymentResourcePools(ListDeploymentResourcePoolsRequest request)
List DeploymentResourcePools in a location.
-
deleteDeploymentResourcePool
public com.google.longrunning.Operation deleteDeploymentResourcePool(DeleteDeploymentResourcePoolRequest request)
Delete a DeploymentResourcePool.
-
queryDeployedModels
public QueryDeployedModelsResponse queryDeployedModels(QueryDeployedModelsRequest request)
List DeployedModels that have been deployed on this DeploymentResourcePool.
-
-