public static interface AnswerQueryRequest.AnswerGenerationSpec.ModelSpecOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getModelVersion()
Model version.
|
com.google.protobuf.ByteString |
getModelVersionBytes()
Model version.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getModelVersion()
Model version. If not set, it will use the default stable model. Allowed values are: stable, preview.
string model_version = 1;com.google.protobuf.ByteString getModelVersionBytes()
Model version. If not set, it will use the default stable model. Allowed values are: stable, preview.
string model_version = 1;Copyright © 2025 Google LLC. All rights reserved.