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

Request message for MigrationService.BatchMigrateResources.

Attributes

  • migrateResourceRequests (type: list(GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1MigrateResourceRequest.t), default: nil) - Required. The request messages specifying the resources to migrate. They must be in the same location as the destination. Up to 50 resources can be migrated in one batch.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1BatchMigrateResourcesRequest{
    migrateResourceRequests:
      [
        GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1MigrateResourceRequest.t()
      ]
      | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.