Class GeminiTuningTask
Tuning tasks that create tuned models.
public class GeminiTuningTask
- Inheritance
-
objectGeminiTuningTask
- Extension Methods
Fields
CompleteTime
The timestamp when tuning this model completed.
public DateTime CompleteTime
Field Value
- DateTime
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
Field Value
- DateTime