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