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