Class BatchMigrateResourcesRequest (1.39.0)

BatchMigrateResourcesRequest(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Request message for MigrationService.BatchMigrateResources.

Attributes

NameDescription
parent str
Required. The location of the migrated resource will live in. Format: projects/{project}/locations/{location}
migrate_resource_requests MutableSequence[google.cloud.aiplatform_v1.types.MigrateResourceRequest]
Required. The request messages specifying the resources to migrate. They must be in the same location as the destination. Up to 50 resources can be migrated in one batch.

Methods

BatchMigrateResourcesRequest

BatchMigrateResourcesRequest(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Request message for MigrationService.BatchMigrateResources.