Package com.openai.models.vectorstores
Class VectorStoreSearchPageAsync
-
- All Implemented Interfaces:
public final class VectorStoreSearchPageAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classVectorStoreSearchPageAsync.BuilderA builder for VectorStoreSearchPageAsync.
public final classVectorStoreSearchPageAsync.AutoPager
-
Method Summary
Modifier and Type Method Description final List<VectorStoreSearchResponse>data()Delegates to VectorStoreSearchPageResponse, but gracefully handles missing data. final JsonValueobject_()final BooleanhasNextPage()final Optional<VectorStoreSearchParams>getNextPageParams()final CompletableFuture<Optional<VectorStoreSearchPageAsync>>getNextPage()final VectorStoreSearchPageAsync.AutoPagerautoPager()final VectorStoreSearchParamsparams()The parameters that were used to request this page. final VectorStoreSearchPageResponseresponse()The response that this page was parsed from. final VectorStoreSearchPageAsync.BuildertoBuilder()Booleanequals(Object other)IntegerhashCode()StringtoString()final static VectorStoreSearchPageAsync.Builderbuilder()Returns a mutable builder for constructing an instance of VectorStoreSearchPageAsync. -
-
Method Detail
-
data
final List<VectorStoreSearchResponse> data()
Delegates to VectorStoreSearchPageResponse, but gracefully handles missing data.
-
hasNextPage
final Boolean hasNextPage()
-
getNextPageParams
final Optional<VectorStoreSearchParams> getNextPageParams()
-
getNextPage
final CompletableFuture<Optional<VectorStoreSearchPageAsync>> getNextPage()
-
autoPager
final VectorStoreSearchPageAsync.AutoPager autoPager()
-
params
final VectorStoreSearchParams params()
The parameters that were used to request this page.
-
response
final VectorStoreSearchPageResponse response()
The response that this page was parsed from.
-
toBuilder
final VectorStoreSearchPageAsync.Builder toBuilder()
-
builder
final static VectorStoreSearchPageAsync.Builder builder()
Returns a mutable builder for constructing an instance of VectorStoreSearchPageAsync.
The following fields are required:
.service() .params() .response()
-
-
-
-