v2025.6.2
All Bundles

TuningExample

Single tuning example

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

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