prefect.client.schemas.events
Classes
EventPage
a single page of events returned from the API
Methods:
get_next_page
client: the PrefectClient instance to use for fetching
- the next EventPage, or None if there are no more pages
get_next_page_sync
client: the SyncPrefectClient instance to use for fetching
- the next EventPage, or None if there are no more pages
model_validate_list
reset_fields
_reset_fields set.
Returns:
- A new instance of the model with the reset fields.