ProjectsLocationsMigratableResources
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
Batch migrates resources from ml.googleapis.com, automl.googleapis.com, and datalabeling.googleapis.com to Vertex AI. (migratableResources.batchMigrate)
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)
GoogleCloudAiplatformV1SearchMigratableResourcesResponse
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)