Class ExportResult
- Namespace
- LMKit.Finetuning.Export
- Assembly
- LM-Kit.NET.dll
Describes the outcome of a dataset export.
public sealed class ExportResult
- Inheritance
-
ExportResult
- Inherited Members
Constructors
- ExportResult(int, string, string, int)
Initializes a new instance of the ExportResult class.
Properties
- ImagesFolder
Gets the path to the folder containing exported images.
- JsonPath
Gets the path to the exported JSON file.
- SamplesWritten
Gets the number of successfully written artifacts. For JSON exports, this is the JSON file count (typically 1).
- SkippedSamples
Gets the number of samples skipped due to errors.