public static interface AugmentPromptRequest.ModelOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getModel()
Optional.
|
com.google.protobuf.ByteString |
getModelBytes()
Optional.
|
String |
getModelVersion()
Optional.
|
com.google.protobuf.ByteString |
getModelVersionBytes()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getModel()
Optional. The model that the user will send the augmented prompt for content generation.
string model = 1 [(.google.api.field_behavior) = OPTIONAL];com.google.protobuf.ByteString getModelBytes()
Optional. The model that the user will send the augmented prompt for content generation.
string model = 1 [(.google.api.field_behavior) = OPTIONAL];String getModelVersion()
Optional. The model version of the backend deployed model.
string model_version = 2 [(.google.api.field_behavior) = OPTIONAL];com.google.protobuf.ByteString getModelVersionBytes()
Optional. The model version of the backend deployed model.
string model_version = 2 [(.google.api.field_behavior) = OPTIONAL];Copyright © 2025 Google LLC. All rights reserved.