Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::ListEventsRequest.
Request message for SessionService.ListEvents.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#filter
def filter() -> ::String
Returns
-
(::String) — Optional. The standard list filter.
Supported fields:
timestamprange (i.e.timestamp>="2025-01-31T11:30:00-04:00"where the timestamp is in RFC 3339 format)
More detail in AIP-160.
#filter=
def filter=(value) -> ::String
Parameter
-
value (::String) — Optional. The standard list filter.
Supported fields:
timestamprange (i.e.timestamp>="2025-01-31T11:30:00-04:00"where the timestamp is in RFC 3339 format)
More detail in AIP-160.
Returns
-
(::String) — Optional. The standard list filter.
Supported fields:
timestamprange (i.e.timestamp>="2025-01-31T11:30:00-04:00"where the timestamp is in RFC 3339 format)
More detail in AIP-160.
#order_by
def order_by() -> ::String
Returns
-
(::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:
timestamp
Example:
timestamp desc.
#order_by=
def order_by=(value) -> ::String
Parameter
-
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:
timestamp
Example:
timestamp desc.
Returns
-
(::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:
timestamp
Example:
timestamp desc.
#page_size
def page_size() -> ::Integer
Returns
- (::Integer) — Optional. The maximum number of events to return. The service may return fewer than this value. If unspecified, at most 100 events will be returned. These events are ordered by timestamp in ascending order.
#page_size=
def page_size=(value) -> ::Integer
Parameter
- value (::Integer) — Optional. The maximum number of events to return. The service may return fewer than this value. If unspecified, at most 100 events will be returned. These events are ordered by timestamp in ascending order.
Returns
- (::Integer) — Optional. The maximum number of events to return. The service may return fewer than this value. If unspecified, at most 100 events will be returned. These events are ordered by timestamp in ascending order.
#page_token
def page_token() -> ::String
Returns
- (::String) — Optional. The next_page_token value returned from a previous list SessionService.ListEvents call.
#page_token=
def page_token=(value) -> ::String
Parameter
- value (::String) — Optional. The next_page_token value returned from a previous list SessionService.ListEvents call.
Returns
- (::String) — Optional. The next_page_token value returned from a previous list SessionService.ListEvents call.
#parent
def parent() -> ::String
Returns
-
(::String) — Required. The resource name of the session to list events from.
Format:
projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}/sessions/{session}
#parent=
def parent=(value) -> ::String
Parameter
-
value (::String) — Required. The resource name of the session to list events from.
Format:
projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}/sessions/{session}
Returns
-
(::String) — Required. The resource name of the session to list events from.
Format:
projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}/sessions/{session}