public sealed class SearchMigratableResourcesRequest : IMessage<SearchMigratableResourcesRequest>, IEquatable<SearchMigratableResourcesRequest>, IDeepCloneable<SearchMigratableResourcesRequest>, IBufferMessage, IMessage, IPageRequestReference documentation and code samples for the Vertex AI v1beta1 API class SearchMigratableResourcesRequest.
Request message for [MigrationService.SearchMigratableResources][google.cloud.aiplatform.v1beta1.MigrationService.SearchMigratableResources].
Implements
IMessageSearchMigratableResourcesRequest, IEquatableSearchMigratableResourcesRequest, IDeepCloneableSearchMigratableResourcesRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
SearchMigratableResourcesRequest()
public SearchMigratableResourcesRequest()SearchMigratableResourcesRequest(SearchMigratableResourcesRequest)
public SearchMigratableResourcesRequest(SearchMigratableResourcesRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
SearchMigratableResourcesRequest |
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.v1beta1.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 | |
|---|---|
| Type | Description |
string |
|
PageSize
public int PageSize { get; set; }The standard page size. The default and maximum value is 100.
| Property Value | |
|---|---|
| Type | Description |
int |
|
PageToken
public string PageToken { get; set; }The standard page token.
| Property Value | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
string |
|
ParentAsLocationName
public LocationName ParentAsLocationName { get; set; }LocationName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
LocationName |
|