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