Record for a single tuning step.
@type t() :: %ExLLM.Gemini.Tuning.TuningSnapshot{ compute_time: String.t(), epoch: integer(), mean_loss: float(), step: integer() }