Bundle Google Gemini support for tuned models (-lib gemini)
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
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 |