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

Contains information about the Large Model.

Attributes

  • name (type: String.t, default: nil) - Required. The unique name of the large Foundation or pre-built model. Like "chat-bison", "text-bison". Or model name with version ID, like "chat-bison@001", "text-bison@005", etc.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.