- 3.10.0 (latest)
- 3.9.0
- 3.8.0
- 3.7.0
- 3.6.0
- 3.5.0
- 3.4.0
- 3.3.0
- 3.2.0
- 3.1.0
- 3.0.0
- 2.28.0
- 2.27.0
- 2.26.0
- 2.25.0
- 2.24.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.12.0
- 2.11.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.0
- 2.4.0
- 2.3.0
- 2.2.0
- 2.1.0
- 2.0.0
- 1.8.0
- 1.7.0
- 1.6.0
- 1.5.0
- 1.4.0
- 1.3.0
- 1.2.0
- 1.1.0
- 1.0.0
public sealed class DeploymentResourcePoolServiceClientImpl : DeploymentResourcePoolServiceClient
Reference documentation and code samples for the Cloud AI Platform v1 API class DeploymentResourcePoolServiceClientImpl.
DeploymentResourcePoolService client wrapper implementation, for convenient use.
Namespace
Google.Cloud.AIPlatform.V1Assembly
Google.Cloud.AIPlatform.V1.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 |
DeploymentResourcePoolServiceDeploymentResourcePoolServiceClient The underlying gRPC client. |
settings |
DeploymentResourcePoolServiceSettings The base DeploymentResourcePoolServiceSettings used within this client. |
logger |
ILogger Optional 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 |
CreateDeploymentResourcePoolRequest The request object containing all of the parameters for the API call. |
callSettings |
CallSettings If 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 |
CreateDeploymentResourcePoolRequest The request object containing all of the parameters for the API call. |
callSettings |
CallSettings If 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 |
DeleteDeploymentResourcePoolRequest The request object containing all of the parameters for the API call. |
callSettings |
CallSettings If 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 |
DeleteDeploymentResourcePoolRequest The request object containing all of the parameters for the API call. |
callSettings |
CallSettings If 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 |
GetDeploymentResourcePoolRequest The request object containing all of the parameters for the API call. |
callSettings |
CallSettings If 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 |
GetDeploymentResourcePoolRequest The request object containing all of the parameters for the API call. |
callSettings |
CallSettings If 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 |
ListDeploymentResourcePoolsRequest The request object containing all of the parameters for the API call. |
callSettings |
CallSettings If 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 |
ListDeploymentResourcePoolsRequest The request object containing all of the parameters for the API call. |
callSettings |
CallSettings If 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 |
QueryDeployedModelsRequest The request object containing all of the parameters for the API call. |
callSettings |
CallSettings If 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 |
QueryDeployedModelsRequest The request object containing all of the parameters for the API call. |
callSettings |
CallSettings If 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 |
UpdateDeploymentResourcePoolRequest The request object containing all of the parameters for the API call. |
callSettings |
CallSettings If 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 |
UpdateDeploymentResourcePoolRequest The request object containing all of the parameters for the API call. |
callSettings |
CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
TaskOperationDeploymentResourcePoolUpdateDeploymentResourcePoolOperationMetadata |
A Task containing the RPC response. |