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