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