Class ListEventsResponse (1.93.1)

ListEventsResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Response message for SessionService.ListEvents.

Attributes

Name Description
session_events MutableSequence[google.cloud.aiplatform_v1beta1.types.SessionEvent]
A list of events matching the request. Ordered by timestamp in ascending order.
next_page_token str
A token, which can be sent as ListEventsRequest.page_token to retrieve the next page. Absence of this field indicates there are no subsequent pages.

Methods

ListEventsResponse

ListEventsResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Response message for SessionService.ListEvents.