Cloud AI Platform v1 API - Class DeploymentResourcePoolServiceSettings (2.27.0)

public sealed class DeploymentResourcePoolServiceSettings : ServiceSettingsBase

Reference documentation and code samples for the Cloud AI Platform v1 API class DeploymentResourcePoolServiceSettings.

Settings for DeploymentResourcePoolServiceClient instances.

Inheritance

object > ServiceSettingsBase > DeploymentResourcePoolServiceSettings

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

DeploymentResourcePoolServiceSettings()

public DeploymentResourcePoolServiceSettings()

Constructs a new DeploymentResourcePoolServiceSettings object with default settings.

Properties

CreateDeploymentResourcePoolOperationsSettings

public OperationsSettings CreateDeploymentResourcePoolOperationsSettings { get; set; }

Long Running Operation settings for calls to DeploymentResourcePoolServiceClient.CreateDeploymentResourcePool and DeploymentResourcePoolServiceClient.CreateDeploymentResourcePoolAsync.

Property Value
TypeDescription
OperationsSettings
Remarks

Uses default PollSettings of:

  • Initial delay: 20 seconds.
  • Delay multiplier: 1.5
  • Maximum delay: 45 seconds.
  • Total timeout: 24 hours.

CreateDeploymentResourcePoolSettings

public CallSettings CreateDeploymentResourcePoolSettings { get; set; }

CallSettings for synchronous and asynchronous calls to DeploymentResourcePoolServiceClient.CreateDeploymentResourcePool and DeploymentResourcePoolServiceClient.CreateDeploymentResourcePoolAsync.

Property Value
TypeDescription
CallSettings
Remarks
  • This call will not be retried.
  • No timeout is applied.

DeleteDeploymentResourcePoolOperationsSettings

public OperationsSettings DeleteDeploymentResourcePoolOperationsSettings { get; set; }

Long Running Operation settings for calls to DeploymentResourcePoolServiceClient.DeleteDeploymentResourcePool and DeploymentResourcePoolServiceClient.DeleteDeploymentResourcePoolAsync.

Property Value
TypeDescription
OperationsSettings
Remarks

Uses default PollSettings of:

  • Initial delay: 20 seconds.
  • Delay multiplier: 1.5
  • Maximum delay: 45 seconds.
  • Total timeout: 24 hours.

DeleteDeploymentResourcePoolSettings

public CallSettings DeleteDeploymentResourcePoolSettings { get; set; }

CallSettings for synchronous and asynchronous calls to DeploymentResourcePoolServiceClient.DeleteDeploymentResourcePool and DeploymentResourcePoolServiceClient.DeleteDeploymentResourcePoolAsync.

Property Value
TypeDescription
CallSettings
Remarks
  • This call will not be retried.
  • No timeout is applied.

GetDeploymentResourcePoolSettings

public CallSettings GetDeploymentResourcePoolSettings { get; set; }

CallSettings for synchronous and asynchronous calls to DeploymentResourcePoolServiceClient.GetDeploymentResourcePool and DeploymentResourcePoolServiceClient.GetDeploymentResourcePoolAsync.

Property Value
TypeDescription
CallSettings
Remarks
  • This call will not be retried.
  • No timeout is applied.

IAMPolicySettings

public IAMPolicySettings IAMPolicySettings { get; set; }

The settings to use for the IAMPolicyClient associated with the client.

Property Value
TypeDescription
IAMPolicySettings

ListDeploymentResourcePoolsSettings

public CallSettings ListDeploymentResourcePoolsSettings { get; set; }

CallSettings for synchronous and asynchronous calls to DeploymentResourcePoolServiceClient.ListDeploymentResourcePools and DeploymentResourcePoolServiceClient.ListDeploymentResourcePoolsAsync.

Property Value
TypeDescription
CallSettings
Remarks
  • This call will not be retried.
  • No timeout is applied.

LocationsSettings

public LocationsSettings LocationsSettings { get; set; }

The settings to use for the LocationsClient associated with the client.

Property Value
TypeDescription
LocationsSettings

QueryDeployedModelsSettings

public CallSettings QueryDeployedModelsSettings { get; set; }

CallSettings for synchronous and asynchronous calls to DeploymentResourcePoolServiceClient.QueryDeployedModels and DeploymentResourcePoolServiceClient.QueryDeployedModelsAsync.

Property Value
TypeDescription
CallSettings
Remarks
  • This call will not be retried.
  • No timeout is applied.

Methods

Clone()

public DeploymentResourcePoolServiceSettings Clone()

Creates a deep clone of this object, with all the same property values.

Returns
TypeDescription
DeploymentResourcePoolServiceSettings

A deep clone of this DeploymentResourcePoolServiceSettings object.

GetDefault()

public static DeploymentResourcePoolServiceSettings GetDefault()

Get a new instance of the default DeploymentResourcePoolServiceSettings.

Returns
TypeDescription
DeploymentResourcePoolServiceSettings

A new instance of the default DeploymentResourcePoolServiceSettings.