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

Contains information about the original Model if this Model is a copy.

Attributes

  • model (type: String.t, default: nil) - Output only. The resource name of the Model this Model is a copy of, including the revision. Format: projects/{project}/locations/{location}/models/{model_id}@{version_id}

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ModelOriginalModelInfo{
    model: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.