google.generativeai.protos.ListCorporaResponse
Response from ListCorpora
containing a paginated list of Corpora
.
The results are sorted by ascending
corpus.create_time
.
Attributes |
`corpora`
|
`MutableSequence[google.ai.generativelanguage.Corpus]`
The returned corpora.
|
`next_page_token`
|
`str`
A token, which can be sent as ``page_token`` to retrieve the
next page. If this field is omitted, there are no more
pages.
|