Package com.openai.models.vectorstores
Class VectorStoreListPage.AutoPager
-
- All Implemented Interfaces:
-
kotlin.collections.Iterable
public final class VectorStoreListPage.AutoPager implements Iterable<VectorStore>
-
-
Constructor Summary
Constructors Constructor Description VectorStoreListPage.AutoPager(VectorStoreListPage firstPage)
-
Method Summary
Modifier and Type Method Description Iterator<VectorStore>iterator()final Stream<VectorStore>stream()-
-
Constructor Detail
-
VectorStoreListPage.AutoPager
VectorStoreListPage.AutoPager(VectorStoreListPage firstPage)
-
-
Method Detail
-
iterator
Iterator<VectorStore> iterator()
-
stream
final Stream<VectorStore> stream()
-
-
-
-