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