Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class BatchMigrateResourcesRequest.
Request message for MigrationService.BatchMigrateResources.
Generated from protobuf message google.cloud.aiplatform.v1.BatchMigrateResourcesRequest
Namespace
Google \ Cloud \ AIPlatform \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ parent |
string
Required. The location of the migrated resource will live in. Format: |
↳ migrate_resource_requests |
array<Google\Cloud\AIPlatform\V1\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. |
getParent
Required. The location of the migrated resource will live in.
Format: projects/{project}/locations/{location}
Returns | |
---|---|
Type | Description |
string |
setParent
Required. The location of the migrated resource will live in.
Format: projects/{project}/locations/{location}
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getMigrateResourceRequests
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 | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setMigrateResourceRequests
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.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\AIPlatform\V1\MigrateResourceRequest>
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameters | |
---|---|
Name | Description |
parent |
string
Required. The location of the migrated resource will live in.
Format: |
migrateResourceRequests |
array<Google\Cloud\AIPlatform\V1\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. |
Returns | |
---|---|
Type | Description |
Google\Cloud\AIPlatform\V1\BatchMigrateResourcesRequest |