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

The underlying gRPC client.

settingsDeploymentResourcePoolServiceSettings

The base DeploymentResourcePoolServiceSettings used within this client.

loggerILogger

Optional ILogger to use within this client.

Properties

CreateDeploymentResourcePoolOperationsClient

public override OperationsClient CreateDeploymentResourcePoolOperationsClient { get; }

The long-running operations client for CreateDeploymentResourcePool.

Property Value
TypeDescription
OperationsClient
Overrides

DeleteDeploymentResourcePoolOperationsClient

public override OperationsClient DeleteDeploymentResourcePoolOperationsClient { get; }

The long-running operations client for DeleteDeploymentResourcePool.

Property Value
TypeDescription
OperationsClient
Overrides

GrpcClient

public override DeploymentResourcePoolService.DeploymentResourcePoolServiceClient GrpcClient { get; }

The underlying gRPC DeploymentResourcePoolService client

Property Value
TypeDescription
DeploymentResourcePoolServiceDeploymentResourcePoolServiceClient
Overrides

IAMPolicyClient

public override IAMPolicyClient IAMPolicyClient { get; }

The IAMPolicyClient associated with this client.

Property Value
TypeDescription
IAMPolicyClient
Overrides

LocationsClient

public override LocationsClient LocationsClient { get; }

The LocationsClient associated with this client.

Property Value
TypeDescription
LocationsClient
Overrides

Methods

CreateDeploymentResourcePool(CreateDeploymentResourcePoolRequest, CallSettings)

public override Operation<DeploymentResourcePool, CreateDeploymentResourcePoolOperationMetadata> CreateDeploymentResourcePool(CreateDeploymentResourcePoolRequest request, CallSettings callSettings = null)

Create a DeploymentResourcePool.

Parameters
NameDescription
requestCreateDeploymentResourcePoolRequest

The request object containing all of the parameters for the API call.

callSettingsCallSettings

If not null, applies overrides to this RPC call.

Returns
TypeDescription
OperationDeploymentResourcePoolCreateDeploymentResourcePoolOperationMetadata

The RPC response.

Overrides

CreateDeploymentResourcePoolAsync(CreateDeploymentResourcePoolRequest, CallSettings)

public override Task<Operation<DeploymentResourcePool, CreateDeploymentResourcePoolOperationMetadata>> CreateDeploymentResourcePoolAsync(CreateDeploymentResourcePoolRequest request, CallSettings callSettings = null)

Create a DeploymentResourcePool.

Parameters
NameDescription
requestCreateDeploymentResourcePoolRequest

The request object containing all of the parameters for the API call.

callSettingsCallSettings

If not null, applies overrides to this RPC call.

Returns
TypeDescription
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
NameDescription
requestDeleteDeploymentResourcePoolRequest

The request object containing all of the parameters for the API call.

callSettingsCallSettings

If not null, applies overrides to this RPC call.

Returns
TypeDescription
OperationEmptyDeleteOperationMetadata

The RPC response.

Overrides

DeleteDeploymentResourcePoolAsync(DeleteDeploymentResourcePoolRequest, CallSettings)

public override Task<Operation<Empty, DeleteOperationMetadata>> DeleteDeploymentResourcePoolAsync(DeleteDeploymentResourcePoolRequest request, CallSettings callSettings = null)

Delete a DeploymentResourcePool.

Parameters
NameDescription
requestDeleteDeploymentResourcePoolRequest

The request object containing all of the parameters for the API call.

callSettingsCallSettings

If not null, applies overrides to this RPC call.

Returns
TypeDescription
TaskOperationEmptyDeleteOperationMetadata

A Task containing the RPC response.

Overrides

GetDeploymentResourcePool(GetDeploymentResourcePoolRequest, CallSettings)

public override DeploymentResourcePool GetDeploymentResourcePool(GetDeploymentResourcePoolRequest request, CallSettings callSettings = null)

Get a DeploymentResourcePool.

Parameters
NameDescription
requestGetDeploymentResourcePoolRequest

The request object containing all of the parameters for the API call.

callSettingsCallSettings

If not null, applies overrides to this RPC call.

Returns
TypeDescription
DeploymentResourcePool

The RPC response.

Overrides

GetDeploymentResourcePoolAsync(GetDeploymentResourcePoolRequest, CallSettings)

public override Task<DeploymentResourcePool> GetDeploymentResourcePoolAsync(GetDeploymentResourcePoolRequest request, CallSettings callSettings = null)

Get a DeploymentResourcePool.

Parameters
NameDescription
requestGetDeploymentResourcePoolRequest

The request object containing all of the parameters for the API call.

callSettingsCallSettings

If not null, applies overrides to this RPC call.

Returns
TypeDescription
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
NameDescription
requestListDeploymentResourcePoolsRequest

The request object containing all of the parameters for the API call.

callSettingsCallSettings

If not null, applies overrides to this RPC call.

Returns
TypeDescription
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
NameDescription
requestListDeploymentResourcePoolsRequest

The request object containing all of the parameters for the API call.

callSettingsCallSettings

If not null, applies overrides to this RPC call.

Returns
TypeDescription
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
NameDescription
requestQueryDeployedModelsRequest

The request object containing all of the parameters for the API call.

callSettingsCallSettings

If not null, applies overrides to this RPC call.

Returns
TypeDescription
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
NameDescription
requestQueryDeployedModelsRequest

The request object containing all of the parameters for the API call.

callSettingsCallSettings

If not null, applies overrides to this RPC call.

Returns
TypeDescription
PagedAsyncEnumerableQueryDeployedModelsResponseDeployedModelRef

A pageable asynchronous sequence of DeployedModelRef resources.

Overrides