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