Class SearchMigratableResourcesResponse (0.7.1)

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

Response message for MigrationService.SearchMigratableResources.

Attributes

NameDescription
migratable_resources Sequence[google.cloud.aiplatform_v1.types.MigratableResource]
All migratable resources that can be migrated to the location specified in the request.
next_page_token str
The standard next-page token. The migratable_resources may not fill page_size in SearchMigratableResourcesRequest even when there are subsequent pages.

Inheritance

builtins.object > proto.message.Message > SearchMigratableResourcesResponse