Before diving into this content, it might be helpful to read the guide on versioning datasets. Additionally, it might be helpful to read the guide on fetching examples.
Using list_examples
You can take advantage of the fact that evaluate
/ aevaluate
allows passing in an iterable of examples to evaluate on a particular version of a dataset. Simply use list_examples
/ listExamples
to fetch examples from a particular version tag using as_of
/ asOf
and pass that in to the data
argument.
- Python
- TypeScript
Related
- Learn more about how to fetch views of a dataset here