Class: Google::Cloud::AIPlatform::V1::BatchMigrateResourcesRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::BatchMigrateResourcesRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/migration_service.rb
Overview
Request message for MigrationService.BatchMigrateResources.
Instance Attribute Summary collapse
-
#migrate_resource_requests ⇒ ::Array<::Google::Cloud::AIPlatform::V1::MigrateResourceRequest>
Required.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#migrate_resource_requests ⇒ ::Array<::Google::Cloud::AIPlatform::V1::MigrateResourceRequest>
Returns 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.
85 86 87 88 |
# File 'proto_docs/google/cloud/aiplatform/v1/migration_service.rb', line 85 class BatchMigrateResourcesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The location of the migrated resource will live in.
Format: projects/{project}/locations/{location}
.
85 86 87 88 |
# File 'proto_docs/google/cloud/aiplatform/v1/migration_service.rb', line 85 class BatchMigrateResourcesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |