Constructor ExportProgress
- Namespace
- LMKit.Finetuning.Export
- Assembly
- LM-Kit.NET.dll
ExportProgress(int, int, int, string, double)
Initializes a new instance of the ExportProgress class.
public ExportProgress(int total, int completed, int skipped, string currentSampleId, double percent)
Parameters
total
intTotal number of samples expected, or
0
if unknown.completed
intNumber of samples successfully written so far.
skipped
intNumber of samples skipped due to errors, if any.
currentSampleId
stringThe identifier of the most recently processed sample.
percent
doubleThe approximate completion percentage in the range 0–100, or NaN when
total
is 0.