Judgment Labs Logo
PythonDatasetsDataset Factory

DatasetSchema

A dataset's JSON Schema.

A dataset's JSON Schema.

Datasets are object-typed with one property per column. Prefer this over a bare dict so editors and type checkers can catch malformed schemas; a plain dict of the same shape is still accepted at runtime.

Attributes

type

:

Literal['object']

properties

:

Dict[str, DatasetSchemaProperty]

On this page