DatasetEntryDifficulty type exported

Last updated: 2026-02-24T21:07:57.500Z

Metrics

LOC: 1 Complexity: 1 Params: 0

Signature

type DatasetEntryDifficulty

Summary

Relative difficulty level of a training sample.

Source Code

export type DatasetEntryDifficulty = "easy" | "medium" | "hard";

No outgoing dependencies.

No incoming dependencies.