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