Table of Contents

Constructor ExportResult

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

ExportResult(int, string, string, int)

Initializes a new instance of the ExportResult class.

public ExportResult(int samplesWritten, string jsonPath, string imagesFolder, int skippedSamples)

Parameters

samplesWritten int

The number of successfully written artifacts. For JSON, this will be 1.

jsonPath string

The absolute or relative path to the exported JSON file.

imagesFolder string

The absolute or relative path to the images folder.

skippedSamples int

The number of samples skipped due to errors.