Class SearchMigratableResourcesRequest (0.8.0)

SearchMigratableResourcesRequest(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Request message for MigrationService.SearchMigratableResources.

Attributes

NameDescription
parent str
Required. The location that the migratable resources should be searched from. It's the AI Platform location that the resources can be migrated to, not the resources' original location. Format: ``projects/{project}/locations/{location}``
page_size int
The standard page size. The default and maximum value is 100.
page_token str
The standard page token.
filter str
Supported filters are: - Resource type: For a specific type of MigratableResource. - ``ml_engine_model_version:*`` - ``automl_model:*``, - ``automl_dataset:*`` - ``data_labeling_dataset:*``. - Migrated or not: Filter migrated resource or not by last_migrate_time. - ``last_migrate_time:*`` will filter migrated resources. - ``NOT last_migrate_time:*`` will filter not yet migrated resources.

Inheritance

builtins.object > proto.message.Message > SearchMigratableResourcesRequest