TuningExample
Single tuning example
Operations
GetOutput
Get expected model output
method : public : GetOutput() ~ String
Return
Type | Description |
---|---|
String | expected model output |
GetTextInput
Get text model input
method : public : GetTextInput() ~ String
Return
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() ~ JsonElement
Return
Type | Description |
---|---|
JsonElement | JSON representation of the instance |
ToString
JSON string representation of the instance
method : public : ToString() ~ String
Return
Type | Description |
---|---|
String | JSON string representation of the instance |