class ProjectsLocationsMigratableResources extends Resource (View source)

The "migratableResources" collection of methods.

Typical usage is:

 $aiplatformService = new Google\Service\Aiplatform(...);
 $migratableResources = $aiplatformService->projects_locations_migratableResources;

Methods

batchMigrate(string $parent, GoogleCloudAiplatformV1BatchMigrateResourcesRequest $postBody, array $optParams = [])

Batch migrates resources from ml.googleapis.com, automl.googleapis.com, and datalabeling.googleapis.com to Vertex AI. (migratableResources.batchMigrate)

search(string $parent, GoogleCloudAiplatformV1SearchMigratableResourcesRequest $postBody, array $optParams = [])

Searches all of the resources in automl.googleapis.com, datalabeling.googleapis.com and ml.googleapis.com that can be migrated to Vertex AI's given location. (migratableResources.search)

Details

GoogleLongrunningOperation batchMigrate(string $parent, GoogleCloudAiplatformV1BatchMigrateResourcesRequest $postBody, array $optParams = [])

Batch migrates resources from ml.googleapis.com, automl.googleapis.com, and datalabeling.googleapis.com to Vertex AI. (migratableResources.batchMigrate)

Parameters

string $parent

Required. The location of the migrated resource will live in. Format: projects/{project}/locations/{location}

GoogleCloudAiplatformV1BatchMigrateResourcesRequest $postBody
array $optParams

Optional parameters.

Return Value

GoogleLongrunningOperation

Exceptions

Exception

Searches all of the resources in automl.googleapis.com, datalabeling.googleapis.com and ml.googleapis.com that can be migrated to Vertex AI's given location. (migratableResources.search)

Parameters

string $parent

Required. The location that the migratable resources should be searched from. It's the Vertex AI location that the resources can be migrated to, not the resources' original location. Format: projects/{project}/locations/{location}

GoogleCloudAiplatformV1SearchMigratableResourcesRequest $postBody
array $optParams

Optional parameters.

Return Value

GoogleCloudAiplatformV1SearchMigratableResourcesResponse

Exceptions

Exception