Class: Google::Cloud::AIPlatform::V1::BatchMigrateResourcesRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/aiplatform/v1/migration_service.rb

Overview

Instance Attribute Summary collapse

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.

Returns:



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}.

Returns:

  • (::String)

    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