Package dev.braintrust.eval
Interface Dataset.Cursor<CASE>
- All Superinterfaces:
AutoCloseable
-
Method Summary
-
Method Details
-
next
Fetch the next case. Returns empty if there are no more cases to fetch.Implementations may make external requests to fetch data.
If this method is invoked after
close()an IllegalStateException will be thrown -
close
void close()close all cursor resources- Specified by:
closein interfaceAutoCloseable
-