public static interface DataStoreConnectionSignals.AnswerGenerationModelCallSignalsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getModel()
Name of the generative model.
|
com.google.protobuf.ByteString |
getModelBytes()
Name of the generative model.
|
String |
getModelOutput()
Output of the generative model.
|
com.google.protobuf.ByteString |
getModelOutputBytes()
Output of the generative model.
|
String |
getRenderedPrompt()
Prompt as sent to the model.
|
com.google.protobuf.ByteString |
getRenderedPromptBytes()
Prompt as sent to the model.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getRenderedPrompt()
Prompt as sent to the model.
string rendered_prompt = 1;com.google.protobuf.ByteString getRenderedPromptBytes()
Prompt as sent to the model.
string rendered_prompt = 1;String getModelOutput()
Output of the generative model.
string model_output = 2;com.google.protobuf.ByteString getModelOutputBytes()
Output of the generative model.
string model_output = 2;String getModel()
Name of the generative model. For example, "gemini-ultra", "gemini-pro", "gemini-1.5-flash" etc. Defaults to "Other" if the model is unknown.
string model = 3;com.google.protobuf.ByteString getModelBytes()
Name of the generative model. For example, "gemini-ultra", "gemini-pro", "gemini-1.5-flash" etc. Defaults to "Other" if the model is unknown.
string model = 3;Copyright © 2025 Google LLC. All rights reserved.