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

Describes a successfully migrated resource.

Attributes

  • dataset (type: String.t, default: nil) - Migrated Dataset's resource name.
  • migratableResource (type: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1MigratableResource.t, default: nil) - Before migration, the identifier in ml.googleapis.com, automl.googleapis.com or datalabeling.googleapis.com.
  • model (type: String.t, default: nil) - Migrated Model's resource name.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1MigrateResourceResponse{
    dataset: String.t() | nil,
    migratableResource:
      GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1MigratableResource.t()
      | nil,
    model: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.