prompting.validators.dataset
#
Module Contents#
Classes#
- class prompting.validators.dataset.Dataset#
Bases:
collections.abc.Iterator
- __next__()#
Return the next item from the iterator. When exhausted, raise StopIteration
- class prompting.validators.dataset.MockDataset#
Bases:
collections.abc.Iterator
- __next__()#
Return the next item from the iterator. When exhausted, raise StopIteration