v2026.5.3
All Bundles
Bundle Google Gemini support for tuned models (-lib gemini)

TuningTask

Task that create a tuned model

Implements: Stringify

Operations

GetHyperparameters #

Get hyperparameters controlling the tuning process

method : public : GetHyperparameters() ~ Hyperparameters

Return

TypeDescription
Hyperparametershyperparameters controlling the tuning process

GetTrainingData #

Get model training data

method : public : GetTrainingData() ~ Dataset

Return

TypeDescription
Datasetmodel training data

New # constructor

Constructor

New(training_data:Dataset, hyper_params:Hyperparameters)

Parameters

NameTypeDescription
training_dataDatasetmodel training data
hyper_paramsHyperparametershyperparameters controlling the tuning process

ToJson #

JSON representation of the instance

method : public : ToJson() ~ JsonElement

Return

TypeDescription
JsonElementJSON representation of the instance

ToString #

JSON string representation of the instance

method : public : ToString() ~ String

Return

TypeDescription
StringJSON string representation of the instance