TuningExample
Single tuning example
Implements: Stringify
Operations
GetOutput
Get expected model output
method : public : GetOutput() ~ StringReturn
| Type | Description |
|---|---|
| String | expected model output |
GetTextInput
Get text model input
method : public : GetTextInput() ~ StringReturn
| Type | Description |
|---|---|
| String | text input |
New
Constructor
New(text_input:String, output:String)Parameters
| Name | Type | Description |
|---|---|---|
| text_input | String | text model input |
| output | String | expected model output |
ToJson
JSON representation of the instance
method : public : ToJson() ~ JsonElementReturn
| Type | Description |
|---|---|
| JsonElement | JSON representation of the instance |
ToString
JSON string representation of the instance
method : public : ToString() ~ StringReturn
| Type | Description |
|---|---|
| String | JSON string representation of the instance |