Package com.openai.models.vectorstores
Class VectorStoreSearchPage.Builder
-
- All Implemented Interfaces:
public final class VectorStoreSearchPage.BuilderA builder for VectorStoreSearchPage.
-
-
Method Summary
Modifier and Type Method Description final VectorStoreSearchPage.Builderservice(VectorStoreService service)final VectorStoreSearchPage.Builderparams(VectorStoreSearchParams params)The parameters that were used to request this page. final VectorStoreSearchPage.Builderresponse(VectorStoreSearchPageResponse response)The response that this page was parsed from. final VectorStoreSearchPagebuild()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()
-
-
-
-