Package com.openai.models
Class BetaVectorStoreFileBatchListFilesPageAsync
-
- All Implemented Interfaces:
public final class BetaVectorStoreFileBatchListFilesPageAsync
Returns a list of vector store files in a batch.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
BetaVectorStoreFileBatchListFilesPageAsync.Response
public final class
BetaVectorStoreFileBatchListFilesPageAsync.AutoPager
-
Method Summary
Modifier and Type Method Description final BetaVectorStoreFileBatchListFilesPageAsync.Response
response()
final List<VectorStoreFile>
data()
final Optional<Boolean>
hasMore()
Boolean
equals(Object other)
Integer
hashCode()
String
toString()
final Boolean
hasNextPage()
final Optional<BetaVectorStoreFileBatchListFilesParams>
getNextPageParams()
final CompletableFuture<Optional<BetaVectorStoreFileBatchListFilesPageAsync>>
getNextPage()
final BetaVectorStoreFileBatchListFilesPageAsync.AutoPager
autoPager()
final static BetaVectorStoreFileBatchListFilesPageAsync
of(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)
-
-
-
-