public sealed class DeploymentResourcePoolServiceSettings : ServiceSettingsBase
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class DeploymentResourcePoolServiceSettings.
Settings for DeploymentResourcePoolServiceClient instances.
Namespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.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 | |
---|---|
Type | Description |
OperationsSettings |
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 | |
---|---|
Type | Description |
CallSettings |
- 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 | |
---|---|
Type | Description |
OperationsSettings |
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 | |
---|---|
Type | Description |
CallSettings |
- 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 | |
---|---|
Type | Description |
CallSettings |
- 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 | |
---|---|
Type | Description |
IAMPolicySettings |
ListDeploymentResourcePoolsSettings
public CallSettings ListDeploymentResourcePoolsSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
DeploymentResourcePoolServiceClient.ListDeploymentResourcePools
and
DeploymentResourcePoolServiceClient.ListDeploymentResourcePoolsAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- 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 | |
---|---|
Type | Description |
LocationsSettings |
QueryDeployedModelsSettings
public CallSettings QueryDeployedModelsSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
DeploymentResourcePoolServiceClient.QueryDeployedModels
and
DeploymentResourcePoolServiceClient.QueryDeployedModelsAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- This call will not be retried.
- No timeout is applied.
UpdateDeploymentResourcePoolOperationsSettings
public OperationsSettings UpdateDeploymentResourcePoolOperationsSettings { get; set; }
Long Running Operation settings for calls to
DeploymentResourcePoolServiceClient.UpdateDeploymentResourcePool
and
DeploymentResourcePoolServiceClient.UpdateDeploymentResourcePoolAsync
.
Property Value | |
---|---|
Type | Description |
OperationsSettings |
Uses default PollSettings of:
- Initial delay: 20 seconds.
- Delay multiplier: 1.5
- Maximum delay: 45 seconds.
- Total timeout: 24 hours.
UpdateDeploymentResourcePoolSettings
public CallSettings UpdateDeploymentResourcePoolSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
DeploymentResourcePoolServiceClient.UpdateDeploymentResourcePool
and
DeploymentResourcePoolServiceClient.UpdateDeploymentResourcePoolAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- 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 | |
---|---|
Type | Description |
DeploymentResourcePoolServiceSettings |
A deep clone of this DeploymentResourcePoolServiceSettings object. |
GetDefault()
public static DeploymentResourcePoolServiceSettings GetDefault()
Get a new instance of the default DeploymentResourcePoolServiceSettings.
Returns | |
---|---|
Type | Description |
DeploymentResourcePoolServiceSettings |
A new instance of the default DeploymentResourcePoolServiceSettings. |