Package com.openai.models.evals.runs
Class RunListPage.AutoPager
-
- All Implemented Interfaces:
-
kotlin.collections.Iterable
public final class RunListPage.AutoPager implements Iterable<RunListResponse>
-
-
Constructor Summary
Constructors Constructor Description RunListPage.AutoPager(RunListPage firstPage)
-
Method Summary
Modifier and Type Method Description Iterator<RunListResponse>iterator()final Stream<RunListResponse>stream()-
-
Constructor Detail
-
RunListPage.AutoPager
RunListPage.AutoPager(RunListPage firstPage)
-
-
Method Detail
-
iterator
Iterator<RunListResponse> iterator()
-
stream
final Stream<RunListResponse> stream()
-
-
-
-