Class ListSessionsResponse (1.122.0)

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

Response message for SessionService.ListSessions.

Attributes

Name Description
sessions MutableSequence[google.cloud.aiplatform_v1beta1.types.Session]
A list of sessions matching the request.
next_page_token str
A token, which can be sent as ListSessionsRequest.page_token to retrieve the next page. Absence of this field indicates there are no subsequent pages.

Methods

ListSessionsResponse

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

Response message for SessionService.ListSessions.