View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1SearchMigratableResourcesRequest (google_api_ai_platform v0.13.0)

Request message for MigrationService.SearchMigratableResources.

Attributes

  • filter (type: String.t, default: nil) - 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.
  • pageSize (type: integer(), default: nil) - The standard page size. The default and maximum value is 100.
  • pageToken (type: String.t, default: nil) - The standard page token.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1SearchMigratableResourcesRequest{
    filter: String.t() | nil,
    pageSize: integer() | nil,
    pageToken: String.t() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.