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
totalintTotal number of samples expected, or
0if unknown.completedintNumber of samples successfully written so far.
skippedintNumber of samples skipped due to errors, if any.
currentSampleIdstringThe identifier of the most recently processed sample.
percentdoubleThe approximate completion percentage in the range 0–100, or NaN when
totalis 0.