Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::ListSessionsRequest.
Request message for SessionService.ListSessions.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#filter
def filter() -> ::String-
(::String) — Optional. The standard list filter.
Supported fields:
display_nameuser_idlabels
Example:
display_name="abc",user_id="123",labels.key="value".
#filter=
def filter=(value) -> ::String-
value (::String) — Optional. The standard list filter.
Supported fields:
display_nameuser_idlabels
Example:
display_name="abc",user_id="123",labels.key="value".
-
(::String) — Optional. The standard list filter.
Supported fields:
display_nameuser_idlabels
Example:
display_name="abc",user_id="123",labels.key="value".
#order_by
def order_by() -> ::String-
(::String) — Optional. A comma-separated list of fields to order by, sorted in ascending
order. Use "desc" after a field name for descending. Supported fields:
create_timeupdate_time
Example:
create_time desc.
#order_by=
def order_by=(value) -> ::String-
value (::String) — Optional. A comma-separated list of fields to order by, sorted in ascending
order. Use "desc" after a field name for descending. Supported fields:
create_timeupdate_time
Example:
create_time desc.
-
(::String) — Optional. A comma-separated list of fields to order by, sorted in ascending
order. Use "desc" after a field name for descending. Supported fields:
create_timeupdate_time
Example:
create_time desc.
#page_size
def page_size() -> ::Integer- (::Integer) — Optional. The maximum number of sessions to return. The service may return fewer than this value. If unspecified, at most 100 sessions will be returned.
#page_size=
def page_size=(value) -> ::Integer- value (::Integer) — Optional. The maximum number of sessions to return. The service may return fewer than this value. If unspecified, at most 100 sessions will be returned.
- (::Integer) — Optional. The maximum number of sessions to return. The service may return fewer than this value. If unspecified, at most 100 sessions will be returned.
#page_token
def page_token() -> ::String- (::String) — Optional. The next_page_token value returned from a previous list SessionService.ListSessions call.
#page_token=
def page_token=(value) -> ::String- value (::String) — Optional. The next_page_token value returned from a previous list SessionService.ListSessions call.
- (::String) — Optional. The next_page_token value returned from a previous list SessionService.ListSessions call.
#parent
def parent() -> ::String-
(::String) — Required. The resource name of the location to list sessions from.
Format:
projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}
#parent=
def parent=(value) -> ::String-
value (::String) — Required. The resource name of the location to list sessions from.
Format:
projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}
-
(::String) — Required. The resource name of the location to list sessions from.
Format:
projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}