Vertex AI V1 API - Class Google::Cloud::AIPlatform::V1::GenerationConfig::RoutingConfig::ManualRoutingMode (v0.50.0)

Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::GenerationConfig::RoutingConfig::ManualRoutingMode.

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

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#model_name

def model_name() -> ::String
Returns
  • (::String) — The model name to use. Only the public LLM models are accepted. e.g. 'gemini-1.5-pro-001'.

#model_name=

def model_name=(value) -> ::String
Parameter
  • value (::String) — The model name to use. Only the public LLM models are accepted. e.g. 'gemini-1.5-pro-001'.
Returns
  • (::String) — The model name to use. Only the public LLM models are accepted. e.g. 'gemini-1.5-pro-001'.