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 class
VectorStoreSearchPageAsync.Builder
A builder for VectorStoreSearchPageAsync.
public final class
VectorStoreSearchPageAsync.AutoPager
-
Method Summary
Modifier and Type Method Description final List<VectorStoreSearchResponse>
data()
Delegates to VectorStoreSearchPageResponse, but gracefully handles missing data. final JsonValue
object_()
final Boolean
hasNextPage()
final Optional<VectorStoreSearchParams>
getNextPageParams()
final CompletableFuture<Optional<VectorStoreSearchPageAsync>>
getNextPage()
final VectorStoreSearchPageAsync.AutoPager
autoPager()
final VectorStoreSearchParams
params()
The parameters that were used to request this page. final VectorStoreSearchPageResponse
response()
The response that this page was parsed from. final VectorStoreSearchPageAsync.Builder
toBuilder()
Boolean
equals(Object other)
Integer
hashCode()
String
toString()
final static VectorStoreSearchPageAsync.Builder
builder()
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()
-
-
-
-