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

Represents a partial result in batch migration operation for one MigrateResourceRequest.

Attributes

  • dataset (type: String.t, default: nil) - Migrated dataset resource name.
  • error (type: GoogleApi.AIPlatform.V1.Model.GoogleRpcStatus.t, default: nil) - The error result of the migration request in case of failure.
  • model (type: String.t, default: nil) - Migrated model resource name.
  • request (type: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1MigrateResourceRequest.t, default: nil) - It's the same as the value in MigrateResourceRequest.migrate_resource_requests.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1BatchMigrateResourcesOperationMetadataPartialResult{
    dataset: String.t() | nil,
    error: GoogleApi.AIPlatform.V1.Model.GoogleRpcStatus.t() | nil,
    model: String.t() | nil,
    request:
      GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1MigrateResourceRequest.t()
      | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.