v2026.6.4
All Bundles
Bundle Google Gemini support for tuned models (-lib gemini)

TuningExample

Single tuning example

Implements: Stringify

Operations

GetOutput #

Get expected model output

method : public : GetOutput() ~ String

Return

TypeDescription
Stringexpected model output

GetTextInput #

Get text model input

method : public : GetTextInput() ~ String

Return

TypeDescription
Stringtext input

New # constructor

Constructor

New(text_input:String, output:String)

Parameters

NameTypeDescription
text_inputStringtext model input
outputStringexpected model output

ToJson #

JSON representation of the instance

method : public : ToJson() ~ JsonElement

Return

TypeDescription
JsonElementJSON representation of the instance

ToString #

JSON string representation of the instance

method : public : ToString() ~ String

Return

TypeDescription
StringJSON string representation of the instance