Interface Dataset<INPUT,OUTPUT>


public interface Dataset<INPUT,OUTPUT>
Datasets define the cases for evals. This interface provides a means of iterating through all cases of a particular dataset.

The most common implementations are in-memory datasets, and datasets fetched from the Braintrust API.