Class GeminiTuningSnapshot
Record for a single tuning step.
public class GeminiTuningSnapshot
- Inheritance
-
objectGeminiTuningSnapshot
- Extension Methods
Fields
ComputeTime
The timestamp when this metric was computed.
public DateTime ComputeTime
Field Value
- DateTime
Epoch
The epoch this step was part of.
public int Epoch
Field Value
- int
MeanLoss
The mean loss of the training examples for this step.
public float MeanLoss
Field Value
- float
Step
The tuning step.
public int Step
Field Value
- int