Package com.openai.models.vectorstores
Class VectorStoreSearchPage.Builder
-
- All Implemented Interfaces:
public final class VectorStoreSearchPage.Builder
A builder for VectorStoreSearchPage.
-
-
Method Summary
Modifier and Type Method Description final VectorStoreSearchPage.Builder
service(VectorStoreService service)
final VectorStoreSearchPage.Builder
params(VectorStoreSearchParams params)
The parameters that were used to request this page. final VectorStoreSearchPage.Builder
response(VectorStoreSearchPageResponse response)
The response that this page was parsed from. final VectorStoreSearchPage
build()
Returns an immutable instance of VectorStoreSearchPage. -
-
Method Detail
-
service
final VectorStoreSearchPage.Builder service(VectorStoreService service)
-
params
final VectorStoreSearchPage.Builder params(VectorStoreSearchParams params)
The parameters that were used to request this page.
-
response
final VectorStoreSearchPage.Builder response(VectorStoreSearchPageResponse response)
The response that this page was parsed from.
-
build
final VectorStoreSearchPage build()
Returns an immutable instance of VectorStoreSearchPage.
Further updates to this Builder will not mutate the returned instance.
The following fields are required:
.service() .params() .response()
-
-
-
-