Class BatchMigrateResourcesRequest (1.0.1)

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 Sequence[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.

Inheritance

builtins.object > proto.message.Message > BatchMigrateResourcesRequest