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