Bundle Google Gemini support for tuned models (-lib gemini)
Dataset
Dataset for training or validation
Implements: Stringify
Operations
AddExample #
Adds a training example
method : public : AddExample(example:TuningExample) ~ NilParameters
| Name | Type | Description |
|---|---|---|
| example | TuningExample | training example to add |
GetExamples #
Gets training examples
method : public : GetExamples() ~ Vector<TuningExample>Return
| Type | Description |
|---|---|
| Vector<TuningExample> | training examples |
ToJson #
JSON representation of the instance
method : public : ToJson() ~ JsonElementReturn
| Type | Description |
|---|---|
| JsonElement | JSON representation of the instance |