View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1TunedModelRef (google_api_ai_platform v0.20.0)

TunedModel Reference for legacy model migration.

Attributes

  • pipelineJob (type: String.t, default: nil) - Support migration from tuning job list page, from bison model to gemini model.
  • tunedModel (type: String.t, default: nil) - Support migration from model registry.
  • tuningJob (type: String.t, default: nil) - Support migration from tuning job list page, from gemini-1.0-pro-002 to 1.5 and above.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1TunedModelRef{
  pipelineJob: String.t() | nil,
  tunedModel: String.t() | nil,
  tuningJob: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.