Class GeminiTuningTask
Tuning tasks that create tuned models.
public class GeminiTuningTask
- Inheritance
-
GeminiTuningTask
- Extension Methods
Fields
CompleteTime
The timestamp when tuning this model completed.
public DateTime CompleteTime
Field Value
Hyperparameters
Hyperparameters controlling the tuning process.
public GeminiTuningHyperparameters Hyperparameters
Field Value
Snapshots
Metrics collected during tuning.
public GeminiTuningSnapshot[] Snapshots
Field Value
StartTime
The timestamp when tuning this model started.
public DateTime StartTime