All Bundles

TuningExample

Single tuning example

Implements: Stringify

Operations

New

Constructor

New(text_input:String, output:String)
Parameters
NameTypeDescription
text_inputStringtext model input
outputStringexpected model output

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

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