public interface LlmModelSettingsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getModel()
The selected LLM model.
|
com.google.protobuf.ByteString |
getModelBytes()
The selected LLM model.
|
String |
getPromptText()
The custom prompt to use.
|
com.google.protobuf.ByteString |
getPromptTextBytes()
The custom prompt to use.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getModel()
The selected LLM model.
string model = 1;com.google.protobuf.ByteString getModelBytes()
The selected LLM model.
string model = 1;String getPromptText()
The custom prompt to use.
string prompt_text = 2;com.google.protobuf.ByteString getPromptTextBytes()
The custom prompt to use.
string prompt_text = 2;Copyright © 2025 Google LLC. All rights reserved.