Table of Contents

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 int

Total number of samples expected, or 0 if unknown.

completed int

Number of samples successfully written so far.

skipped int

Number of samples skipped due to errors, if any.

currentSampleId string

The identifier of the most recently processed sample.

percent double

The approximate completion percentage in the range 0–100, or NaN when total is 0.