Interface DataStoreConnectionSignals.AnswerGenerationModelCallSignalsOrBuilder (0.58.0)

public static interface DataStoreConnectionSignals.AnswerGenerationModelCallSignalsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getModel()

public abstract 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;

Returns
Type Description
String

The model.

getModelBytes()

public abstract 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;

Returns
Type Description
ByteString

The bytes for model.

getModelOutput()

public abstract String getModelOutput()

Output of the generative model.

string model_output = 2;

Returns
Type Description
String

The modelOutput.

getModelOutputBytes()

public abstract ByteString getModelOutputBytes()

Output of the generative model.

string model_output = 2;

Returns
Type Description
ByteString

The bytes for modelOutput.

getRenderedPrompt()

public abstract String getRenderedPrompt()

Prompt as sent to the model.

string rendered_prompt = 1;

Returns
Type Description
String

The renderedPrompt.

getRenderedPromptBytes()

public abstract ByteString getRenderedPromptBytes()

Prompt as sent to the model.

string rendered_prompt = 1;

Returns
Type Description
ByteString

The bytes for renderedPrompt.