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