public static interface AugmentPromptRequest.ModelOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getModel()
public abstract String getModel()
Optional. The model that the user will send the augmented prompt for content generation.
string model = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
String |
The model. |
getModelBytes()
public abstract ByteString getModelBytes()
Optional. The model that the user will send the augmented prompt for content generation.
string model = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for model. |
getModelVersion()
public abstract String getModelVersion()
Optional. The model version of the backend deployed model.
string model_version = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
String |
The modelVersion. |
getModelVersionBytes()
public abstract ByteString getModelVersionBytes()
Optional. The model version of the backend deployed model.
string model_version = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for modelVersion. |