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

Detail description of the source information of the model.

Attributes

  • copy (type: boolean(), default: nil) - If this Model is copy of another Model. If true then source_type pertains to the original.
  • sourceType (type: String.t, default: nil) - Type of the model source.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ModelSourceInfo{
  copy: boolean() | nil,
  sourceType: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.