Package com.openai.models
Class BetaVectorStoreListPageAsync
-
- All Implemented Interfaces:
public final class BetaVectorStoreListPageAsync
Returns a list of vector stores.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
BetaVectorStoreListPageAsync.Response
public final class
BetaVectorStoreListPageAsync.AutoPager
-
Method Summary
Modifier and Type Method Description final BetaVectorStoreListPageAsync.Response
response()
final List<VectorStore>
data()
Boolean
equals(Object other)
Integer
hashCode()
String
toString()
final Boolean
hasNextPage()
final Optional<BetaVectorStoreListParams>
getNextPageParams()
final CompletableFuture<Optional<BetaVectorStoreListPageAsync>>
getNextPage()
final BetaVectorStoreListPageAsync.AutoPager
autoPager()
final static BetaVectorStoreListPageAsync
of(VectorStoreServiceAsync vectorStoresService, BetaVectorStoreListParams params, BetaVectorStoreListPageAsync.Response response)
-
-
Method Detail
-
response
final BetaVectorStoreListPageAsync.Response response()
-
data
final List<VectorStore> data()
-
hasNextPage
final Boolean hasNextPage()
-
getNextPageParams
final Optional<BetaVectorStoreListParams> getNextPageParams()
-
getNextPage
final CompletableFuture<Optional<BetaVectorStoreListPageAsync>> getNextPage()
-
autoPager
final BetaVectorStoreListPageAsync.AutoPager autoPager()
-
of
final static BetaVectorStoreListPageAsync of(VectorStoreServiceAsync vectorStoresService, BetaVectorStoreListParams params, BetaVectorStoreListPageAsync.Response response)
-
-
-
-