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