public sealed class DeploymentResourcePoolServiceClientImpl : DeploymentResourcePoolServiceClientReference documentation and code samples for the Vertex AI v1beta1 API class DeploymentResourcePoolServiceClientImpl.
DeploymentResourcePoolService client wrapper implementation, for convenient use.
Namespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Remarks
A service that manages the DeploymentResourcePool resource.
Constructors
DeploymentResourcePoolServiceClientImpl(DeploymentResourcePoolServiceClient, DeploymentResourcePoolServiceSettings, ILogger)
public DeploymentResourcePoolServiceClientImpl(DeploymentResourcePoolService.DeploymentResourcePoolServiceClient grpcClient, DeploymentResourcePoolServiceSettings settings, ILogger logger)Constructs a client wrapper for the DeploymentResourcePoolService service, with the specified gRPC client and settings.
| Parameters | |
|---|---|
| Name | Description |
grpcClient |
DeploymentResourcePoolServiceDeploymentResourcePoolServiceClientThe underlying gRPC client. |
settings |
DeploymentResourcePoolServiceSettingsThe base DeploymentResourcePoolServiceSettings used within this client. |
logger |
ILoggerOptional ILogger to use within this client. |
Properties
CreateDeploymentResourcePoolOperationsClient
public override OperationsClient CreateDeploymentResourcePoolOperationsClient { get; }The long-running operations client for CreateDeploymentResourcePool.
| Property Value | |
|---|---|
| Type | Description |
OperationsClient |
|
DeleteDeploymentResourcePoolOperationsClient
public override OperationsClient DeleteDeploymentResourcePoolOperationsClient { get; }The long-running operations client for DeleteDeploymentResourcePool.
| Property Value | |
|---|---|
| Type | Description |
OperationsClient |
|
GrpcClient
public override DeploymentResourcePoolService.DeploymentResourcePoolServiceClient GrpcClient { get; }The underlying gRPC DeploymentResourcePoolService client
| Property Value | |
|---|---|
| Type | Description |
DeploymentResourcePoolServiceDeploymentResourcePoolServiceClient |
|
IAMPolicyClient
public override IAMPolicyClient IAMPolicyClient { get; }The IAMPolicyClient associated with this client.
| Property Value | |
|---|---|
| Type | Description |
IAMPolicyClient |
|
LocationsClient
public override LocationsClient LocationsClient { get; }The LocationsClient associated with this client.
| Property Value | |
|---|---|
| Type | Description |
LocationsClient |
|
UpdateDeploymentResourcePoolOperationsClient
public override OperationsClient UpdateDeploymentResourcePoolOperationsClient { get; }The long-running operations client for UpdateDeploymentResourcePool.
| Property Value | |
|---|---|
| Type | Description |
OperationsClient |
|
Methods
CreateDeploymentResourcePool(CreateDeploymentResourcePoolRequest, CallSettings)
public override Operation<DeploymentResourcePool, CreateDeploymentResourcePoolOperationMetadata> CreateDeploymentResourcePool(CreateDeploymentResourcePoolRequest request, CallSettings callSettings = null)Create a DeploymentResourcePool.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateDeploymentResourcePoolRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
OperationDeploymentResourcePoolCreateDeploymentResourcePoolOperationMetadata |
The RPC response. |
CreateDeploymentResourcePoolAsync(CreateDeploymentResourcePoolRequest, CallSettings)
public override Task<Operation<DeploymentResourcePool, CreateDeploymentResourcePoolOperationMetadata>> CreateDeploymentResourcePoolAsync(CreateDeploymentResourcePoolRequest request, CallSettings callSettings = null)Create a DeploymentResourcePool.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateDeploymentResourcePoolRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
TaskOperationDeploymentResourcePoolCreateDeploymentResourcePoolOperationMetadata |
A Task containing the RPC response. |
DeleteDeploymentResourcePool(DeleteDeploymentResourcePoolRequest, CallSettings)
public override Operation<Empty, DeleteOperationMetadata> DeleteDeploymentResourcePool(DeleteDeploymentResourcePoolRequest request, CallSettings callSettings = null)Delete a DeploymentResourcePool.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteDeploymentResourcePoolRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
OperationEmptyDeleteOperationMetadata |
The RPC response. |
DeleteDeploymentResourcePoolAsync(DeleteDeploymentResourcePoolRequest, CallSettings)
public override Task<Operation<Empty, DeleteOperationMetadata>> DeleteDeploymentResourcePoolAsync(DeleteDeploymentResourcePoolRequest request, CallSettings callSettings = null)Delete a DeploymentResourcePool.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteDeploymentResourcePoolRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
TaskOperationEmptyDeleteOperationMetadata |
A Task containing the RPC response. |
GetDeploymentResourcePool(GetDeploymentResourcePoolRequest, CallSettings)
public override DeploymentResourcePool GetDeploymentResourcePool(GetDeploymentResourcePoolRequest request, CallSettings callSettings = null)Get a DeploymentResourcePool.
| Parameters | |
|---|---|
| Name | Description |
request |
GetDeploymentResourcePoolRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
DeploymentResourcePool |
The RPC response. |
GetDeploymentResourcePoolAsync(GetDeploymentResourcePoolRequest, CallSettings)
public override Task<DeploymentResourcePool> GetDeploymentResourcePoolAsync(GetDeploymentResourcePoolRequest request, CallSettings callSettings = null)Get a DeploymentResourcePool.
| Parameters | |
|---|---|
| Name | Description |
request |
GetDeploymentResourcePoolRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
TaskDeploymentResourcePool |
A Task containing the RPC response. |
ListDeploymentResourcePools(ListDeploymentResourcePoolsRequest, CallSettings)
public override PagedEnumerable<ListDeploymentResourcePoolsResponse, DeploymentResourcePool> ListDeploymentResourcePools(ListDeploymentResourcePoolsRequest request, CallSettings callSettings = null)List DeploymentResourcePools in a location.
| Parameters | |
|---|---|
| Name | Description |
request |
ListDeploymentResourcePoolsRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
PagedEnumerableListDeploymentResourcePoolsResponseDeploymentResourcePool |
A pageable sequence of DeploymentResourcePool resources. |
ListDeploymentResourcePoolsAsync(ListDeploymentResourcePoolsRequest, CallSettings)
public override PagedAsyncEnumerable<ListDeploymentResourcePoolsResponse, DeploymentResourcePool> ListDeploymentResourcePoolsAsync(ListDeploymentResourcePoolsRequest request, CallSettings callSettings = null)List DeploymentResourcePools in a location.
| Parameters | |
|---|---|
| Name | Description |
request |
ListDeploymentResourcePoolsRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
PagedAsyncEnumerableListDeploymentResourcePoolsResponseDeploymentResourcePool |
A pageable asynchronous sequence of DeploymentResourcePool resources. |
QueryDeployedModels(QueryDeployedModelsRequest, CallSettings)
public override PagedEnumerable<QueryDeployedModelsResponse, DeployedModelRef> QueryDeployedModels(QueryDeployedModelsRequest request, CallSettings callSettings = null)List DeployedModels that have been deployed on this DeploymentResourcePool.
| Parameters | |
|---|---|
| Name | Description |
request |
QueryDeployedModelsRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
PagedEnumerableQueryDeployedModelsResponseDeployedModelRef |
A pageable sequence of DeployedModelRef resources. |
QueryDeployedModelsAsync(QueryDeployedModelsRequest, CallSettings)
public override PagedAsyncEnumerable<QueryDeployedModelsResponse, DeployedModelRef> QueryDeployedModelsAsync(QueryDeployedModelsRequest request, CallSettings callSettings = null)List DeployedModels that have been deployed on this DeploymentResourcePool.
| Parameters | |
|---|---|
| Name | Description |
request |
QueryDeployedModelsRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
PagedAsyncEnumerableQueryDeployedModelsResponseDeployedModelRef |
A pageable asynchronous sequence of DeployedModelRef resources. |
UpdateDeploymentResourcePool(UpdateDeploymentResourcePoolRequest, CallSettings)
public override Operation<DeploymentResourcePool, UpdateDeploymentResourcePoolOperationMetadata> UpdateDeploymentResourcePool(UpdateDeploymentResourcePoolRequest request, CallSettings callSettings = null)Update a DeploymentResourcePool.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateDeploymentResourcePoolRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
OperationDeploymentResourcePoolUpdateDeploymentResourcePoolOperationMetadata |
The RPC response. |
UpdateDeploymentResourcePoolAsync(UpdateDeploymentResourcePoolRequest, CallSettings)
public override Task<Operation<DeploymentResourcePool, UpdateDeploymentResourcePoolOperationMetadata>> UpdateDeploymentResourcePoolAsync(UpdateDeploymentResourcePoolRequest request, CallSettings callSettings = null)Update a DeploymentResourcePool.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateDeploymentResourcePoolRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
TaskOperationDeploymentResourcePoolUpdateDeploymentResourcePoolOperationMetadata |
A Task containing the RPC response. |