google.generativeai.protos.ListChunksRequest
Request for listing Chunk
\ s.
Attributes |
`parent`
|
`str`
Required. The name of the ``Document`` containing
``Chunk``\ s. Example:
``corpora/my-corpus-123/documents/the-doc-abc``
|
`page_size`
|
`int`
Optional. The maximum number of ``Chunk``\ s to return (per
page). The service may return fewer ``Chunk``\ s.
If unspecified, at most 10 ``Chunk``\ s will be returned.
The maximum size limit is 100 ``Chunk``\ s per page.
|
`page_token`
|
`str`
Optional. A page token, received from a previous
``ListChunks`` 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
``ListChunks`` must match the call that provided the page
token.
|