Class ExportProgress
- Namespace
- LMKit.Finetuning.Export
- Assembly
- LM-Kit.NET.dll
Represents a progress update emitted during dataset export.
public sealed class ExportProgress
- Inheritance
-
ExportProgress
- Inherited Members
Constructors
- ExportProgress(int, int, int, string, double)
Initializes a new instance of the ExportProgress class.
Properties
- Completed
Gets the number of samples successfully written so far.
- CurrentSampleId
Gets the identifier of the most recently processed sample.
- Percent
Gets the approximate completion percentage in the range 0–100, or NaN when total is unknown.
- Skipped
Gets the number of samples skipped due to errors.
- Total
Gets the total number of samples expected, or
0
if unknown.