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