public static interface GenerationConfig.RoutingConfig.ManualRoutingModeOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getModelName()
The model name to use.
|
com.google.protobuf.ByteString |
getModelNameBytes()
The model name to use.
|
boolean |
hasModelName()
The model name to use.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasModelName()
The model name to use. Only the public LLM models are accepted. e.g. 'gemini-1.5-pro-001'.
optional string model_name = 1;String getModelName()
The model name to use. Only the public LLM models are accepted. e.g. 'gemini-1.5-pro-001'.
optional string model_name = 1;com.google.protobuf.ByteString getModelNameBytes()
The model name to use. Only the public LLM models are accepted. e.g. 'gemini-1.5-pro-001'.
optional string model_name = 1;Copyright © 2024 Google LLC. All rights reserved.