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