Cloud AI Platform v1 API - Class DeploymentResourcePoolServiceClientImpl (3.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.

Inheritance

object > DeploymentResourcePoolServiceClient > DeploymentResourcePoolServiceClientImpl

Namespace

Google.Cloud.AIPlatform.V1

Assembly

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
Overrides

DeleteDeploymentResourcePoolOperationsClient

public override OperationsClient DeleteDeploymentResourcePoolOperationsClient { get; }

The long-running operations client for DeleteDeploymentResourcePool.

Property Value
Type Description
OperationsClient
Overrides

GrpcClient

public override DeploymentResourcePoolService.DeploymentResourcePoolServiceClient GrpcClient { get; }

The underlying gRPC DeploymentResourcePoolService client

Property Value
Type Description
DeploymentResourcePoolServiceDeploymentResourcePoolServiceClient
Overrides

IAMPolicyClient

public override IAMPolicyClient IAMPolicyClient { get; }

The IAMPolicyClient associated with this client.

Property Value
Type Description
IAMPolicyClient
Overrides

LocationsClient

public override LocationsClient LocationsClient { get; }

The LocationsClient associated with this client.

Property Value
Type Description
LocationsClient
Overrides

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.

Overrides

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.

Overrides

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.

Overrides

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.

Overrides

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.

Overrides

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.

Overrides

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.

Overrides

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.

Overrides

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.

Overrides

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.

Overrides