Interface LlmModelSettingsOrBuilder (0.48.0)

public interface LlmModelSettingsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getModel()

public abstract String getModel()

The selected LLM model.

string model = 1;

Returns
TypeDescription
String

The model.

getModelBytes()

public abstract ByteString getModelBytes()

The selected LLM model.

string model = 1;

Returns
TypeDescription
ByteString

The bytes for model.

getPromptText()

public abstract String getPromptText()

The custom prompt to use.

string prompt_text = 2;

Returns
TypeDescription
String

The promptText.

getPromptTextBytes()

public abstract ByteString getPromptTextBytes()

The custom prompt to use.

string prompt_text = 2;

Returns
TypeDescription
ByteString

The bytes for promptText.