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

When manual routing is set, the specified model will be used directly.

Attributes

  • modelName (type: String.t, default: nil) - The model name to use. Only the public LLM models are accepted. e.g. 'gemini-1.5-pro-001'.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.