Package com.openai.models
Class BetaVectorStoreFileBatchListFilesPageAsync
-
- All Implemented Interfaces:
public final class BetaVectorStoreFileBatchListFilesPageAsyncReturns a list of vector store files in a batch.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBetaVectorStoreFileBatchListFilesPageAsync.Responsepublic final classBetaVectorStoreFileBatchListFilesPageAsync.AutoPager
-
Method Summary
Modifier and Type Method Description final BetaVectorStoreFileBatchListFilesPageAsync.Responseresponse()final List<VectorStoreFile>data()final Optional<Boolean>hasMore()Booleanequals(Object other)IntegerhashCode()StringtoString()final BooleanhasNextPage()final Optional<BetaVectorStoreFileBatchListFilesParams>getNextPageParams()final CompletableFuture<Optional<BetaVectorStoreFileBatchListFilesPageAsync>>getNextPage()final BetaVectorStoreFileBatchListFilesPageAsync.AutoPagerautoPager()final static BetaVectorStoreFileBatchListFilesPageAsyncof(FileBatchServiceAsync fileBatchesService, BetaVectorStoreFileBatchListFilesParams params, BetaVectorStoreFileBatchListFilesPageAsync.Response response)-
-
Method Detail
-
response
final BetaVectorStoreFileBatchListFilesPageAsync.Response response()
-
data
final List<VectorStoreFile> data()
-
hasNextPage
final Boolean hasNextPage()
-
getNextPageParams
final Optional<BetaVectorStoreFileBatchListFilesParams> getNextPageParams()
-
getNextPage
final CompletableFuture<Optional<BetaVectorStoreFileBatchListFilesPageAsync>> getNextPage()
-
autoPager
final BetaVectorStoreFileBatchListFilesPageAsync.AutoPager autoPager()
-
of
final static BetaVectorStoreFileBatchListFilesPageAsync of(FileBatchServiceAsync fileBatchesService, BetaVectorStoreFileBatchListFilesParams params, BetaVectorStoreFileBatchListFilesPageAsync.Response response)
-
-
-
-