DatasetEntry interface exported
Last updated: 2026-02-24T21:07:57.500Z
Metrics
LOC: 13
Complexity: 1
Params: 0
Signature
interface DatasetEntry
Source Code
export interface DatasetEntry {
id: string;
/** Normalised signals string (label + name + id + placeholder concatenated) */
signals: string;
/** Expected field type */
type: FieldType;
/** Where this sample came from */
source: DatasetEntrySource;
/** Relative difficulty for curriculum tracking */
difficulty: DatasetEntryDifficulty;
/** When this entry was created */
createdAt: number;
}
No outgoing dependencies.
Impact (Incoming)
| Source | Type |
|---|---|
| loadModelStatus | uses |
| TrainingProgress | uses |