google.generativeai.protos.ListCorporaRequest
Request for listing Corpora
.
Attributes |
`page_size`
|
`int`
Optional. The maximum number of ``Corpora`` to return (per
page). The service may return fewer ``Corpora``.
If unspecified, at most 10 ``Corpora`` will be returned. The
maximum size limit is 20 ``Corpora`` per page.
|
`page_token`
|
`str`
Optional. A page token, received from a previous
``ListCorpora`` call.
Provide the ``next_page_token`` returned in the response as
an argument to the next request to retrieve the next page.
When paginating, all other parameters provided to
``ListCorpora`` must match the call that provided the page
token.
|