DatasetInfo
Properties
dataset_id
:string
name
:string
created_at
:string
kind
:string
entries
:number
creator
:string
Dataset
A collection of Example objects stored on the Judgment platform. Datasets are retrieved via DatasetFactory.get or created via DatasetFactory.create. Once obtained, you can iterate over the examples directly, or add new ones.
DatasetFactory
Creates, retrieves, and lists datasets in your project. Access via `client.datasets`.
Last updated on