Package com.google.cloud.aiplatform.v1
Interface GenerationConfig.RoutingConfig.ManualRoutingModeOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GenerationConfig.RoutingConfig.ManualRoutingMode,GenerationConfig.RoutingConfig.ManualRoutingMode.Builder
- Enclosing class:
- GenerationConfig.RoutingConfig
public static interface GenerationConfig.RoutingConfig.ManualRoutingModeOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe model name to use.com.google.protobuf.ByteStringThe model name to use.booleanThe model name to use.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasModelName
boolean 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;- Returns:
- Whether the modelName field is set.
-
getModelName
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;- Returns:
- The modelName.
-
getModelNameBytes
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;- Returns:
- The bytes for modelName.
-