Table of Contents

Property ExpectedCount

Namespace
LMKit.Finetuning.Export
Assembly
LM-Kit.NET.dll

ExpectedCount

Gets or sets the expected number of samples to export. When provided, this value is used to compute progress percentages in scenarios where the input enumeration does not expose a Count.

public int? ExpectedCount { get; set; }

Property Value

int?