Class CheckpointListPageAsync.AutoPager
-
- All Implemented Interfaces:
public final class CheckpointListPageAsync.AutoPager
-
-
Constructor Summary
Constructors Constructor Description CheckpointListPageAsync.AutoPager(CheckpointListPageAsync firstPage)
-
Method Summary
Modifier and Type Method Description final CompletableFuture<Void>forEach(Predicate<FineTuningJobCheckpoint> action, Executor executor)final CompletableFuture<List<FineTuningJobCheckpoint>>toList(Executor executor)-
-
Constructor Detail
-
CheckpointListPageAsync.AutoPager
CheckpointListPageAsync.AutoPager(CheckpointListPageAsync firstPage)
-
-
Method Detail
-
forEach
final CompletableFuture<Void> forEach(Predicate<FineTuningJobCheckpoint> action, Executor executor)
-
toList
final CompletableFuture<List<FineTuningJobCheckpoint>> toList(Executor executor)
-
-
-
-