Class: Google::Cloud::AIPlatform::V1::GenerationConfig::RoutingConfig::ManualRoutingMode
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::GenerationConfig::RoutingConfig::ManualRoutingMode
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/content.rb
Overview
When manual routing is set, the specified model will be used directly.
Instance Attribute Summary collapse
-
#model_name ⇒ ::String
The model name to use.
Instance Attribute Details
#model_name ⇒ ::String
Returns The model name to use. Only the public LLM models are accepted. e.g. 'gemini-1.5-pro-001'.
220 221 222 223 |
# File 'proto_docs/google/cloud/aiplatform/v1/content.rb', line 220 class ManualRoutingMode include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |