public sealed class MigrationServiceSettings : ServiceSettingsBaseReference documentation and code samples for the Vertex AI v1beta1 API class MigrationServiceSettings.
Settings for MigrationServiceClient instances.
Namespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
MigrationServiceSettings()
public MigrationServiceSettings()Constructs a new MigrationServiceSettings object with default settings.
Properties
BatchMigrateResourcesOperationsSettings
public OperationsSettings BatchMigrateResourcesOperationsSettings { get; set; }Long Running Operation settings for calls to MigrationServiceClient.BatchMigrateResources and
MigrationServiceClient.BatchMigrateResourcesAsync.
| 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.
BatchMigrateResourcesSettings
public CallSettings BatchMigrateResourcesSettings { get; set; }CallSettings for synchronous and asynchronous calls to
MigrationServiceClient.BatchMigrateResources and MigrationServiceClient.BatchMigrateResourcesAsync
.
| 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 |
|
LocationsSettings
public LocationsSettings LocationsSettings { get; set; }The settings to use for the LocationsClient associated with the client.
| Property Value | |
|---|---|
| Type | Description |
LocationsSettings |
|
SearchMigratableResourcesSettings
public CallSettings SearchMigratableResourcesSettings { get; set; }CallSettings for synchronous and asynchronous calls to
MigrationServiceClient.SearchMigratableResources and
MigrationServiceClient.SearchMigratableResourcesAsync.
| Property Value | |
|---|---|
| Type | Description |
CallSettings |
|
- This call will not be retried.
- No timeout is applied.
Methods
Clone()
public MigrationServiceSettings Clone()Creates a deep clone of this object, with all the same property values.
| Returns | |
|---|---|
| Type | Description |
MigrationServiceSettings |
A deep clone of this MigrationServiceSettings object. |
GetDefault()
public static MigrationServiceSettings GetDefault()Get a new instance of the default MigrationServiceSettings.
| Returns | |
|---|---|
| Type | Description |
MigrationServiceSettings |
A new instance of the default MigrationServiceSettings. |