Package com.openai.models
Class FineTuningJobCheckpointListPageAsync.AutoPager
-
- All Implemented Interfaces:
public final class FineTuningJobCheckpointListPageAsync.AutoPager
-
-
Constructor Summary
Constructors Constructor Description FineTuningJobCheckpointListPageAsync.AutoPager(FineTuningJobCheckpointListPageAsync 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
-
FineTuningJobCheckpointListPageAsync.AutoPager
FineTuningJobCheckpointListPageAsync.AutoPager(FineTuningJobCheckpointListPageAsync firstPage)
-
-
Method Detail
-
forEach
final CompletableFuture<Void> forEach(Predicate<FineTuningJobCheckpoint> action, Executor executor)
-
toList
final CompletableFuture<List<FineTuningJobCheckpoint>> toList(Executor executor)
-
-
-
-