Class GoogleCloudAiplatformV1SearchMigratableResourcesRequest
Request message for MigrationService.SearchMigratableResources.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1SearchMigratableResourcesRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Filter
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: * 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.
Declaration
[JsonProperty("filter")]
public virtual string Filter { get; set; }
Property Value
Type | Description |
---|---|
string |
PageSize
The standard page size. The default and maximum value is 100.
Declaration
[JsonProperty("pageSize")]
public virtual int? PageSize { get; set; }
Property Value
Type | Description |
---|---|
int? |
PageToken
The standard page token.
Declaration
[JsonProperty("pageToken")]
public virtual string PageToken { get; set; }
Property Value
Type | Description |
---|---|
string |