Class BatchMigrateResourcesRequest (1.11.0)

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

Request message for MigrationService.BatchMigrateResources .

Attributes

Name Description
parent str
Required. The location of the migrated resource will live in. Format: ``projects/{project}/locations/{location}``
migrate_resource_requests Sequence[ google.cloud.aiplatform_v1beta1.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