Cloud AI Platform v1 API - Class SearchMigratableResourcesRequest (2.27.0)

public sealed class SearchMigratableResourcesRequest : IMessage<SearchMigratableResourcesRequest>, IEquatable<SearchMigratableResourcesRequest>, IDeepCloneable<SearchMigratableResourcesRequest>, IBufferMessage, IMessage, IPageRequest

Reference documentation and code samples for the Cloud AI Platform v1 API class SearchMigratableResourcesRequest.

Request message for [MigrationService.SearchMigratableResources][google.cloud.aiplatform.v1.MigrationService.SearchMigratableResources].

Inheritance

object > SearchMigratableResourcesRequest

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

SearchMigratableResourcesRequest()

public SearchMigratableResourcesRequest()

SearchMigratableResourcesRequest(SearchMigratableResourcesRequest)

public SearchMigratableResourcesRequest(SearchMigratableResourcesRequest other)
Parameter
NameDescription
otherSearchMigratableResourcesRequest

Properties

Filter

public string Filter { get; set; }

A filter for your search. You can use the following types of filters:

  • Resource type filters. The following strings filter for a specific type of [MigratableResource][google.cloud.aiplatform.v1.MigratableResource]:
    • ml_engine_model_version:*
    • automl_model:*
    • automl_dataset:*
    • data_labeling_dataset:*
  • "Migrated or not" filters. The following strings filter for resources that either have or have not already been migrated:
    • last_migrate_time:* filters for migrated resources.
    • NOT last_migrate_time:* filters for not yet migrated resources.
Property Value
TypeDescription
string

PageSize

public int PageSize { get; set; }

The standard page size. The default and maximum value is 100.

Property Value
TypeDescription
int

PageToken

public string PageToken { get; set; }

The standard page token.

Property Value
TypeDescription
string

Parent

public string Parent { get; set; }

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}

Property Value
TypeDescription
string

ParentAsLocationName

public LocationName ParentAsLocationName { get; set; }

LocationName-typed view over the Parent resource name property.

Property Value
TypeDescription
LocationName