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