public sealed class ListEventsRequest : IMessage<ListEventsRequest>, IEquatable<ListEventsRequest>, IDeepCloneable<ListEventsRequest>, IBufferMessage, IMessage, IPageRequest
Reference documentation and code samples for the Vertex AI v1beta1 API class ListEventsRequest.
Request message for [SessionService.ListEvents][google.cloud.aiplatform.v1beta1.SessionService.ListEvents].
Implements
IMessageListEventsRequest, IEquatableListEventsRequest, IDeepCloneableListEventsRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
ListEventsRequest()
public ListEventsRequest()
ListEventsRequest(ListEventsRequest)
public ListEventsRequest(ListEventsRequest other)
Parameter | |
---|---|
Name | Description |
other |
ListEventsRequest |
Properties
PageSize
public int PageSize { get; set; }
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.
Property Value | |
---|---|
Type | Description |
int |
PageToken
public string PageToken { get; set; }
Optional. The [next_page_token][google.cloud.aiplatform.v1beta1.ListEventsResponse.next_page_token] value returned from a previous list [SessionService.ListEvents][google.cloud.aiplatform.v1beta1.SessionService.ListEvents] call.
Property Value | |
---|---|
Type | Description |
string |
Parent
public string Parent { get; set; }
Required. The resource name of the session to list events from.
Format:
projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}/sessions/{session}
Property Value | |
---|---|
Type | Description |
string |
ParentAsSessionName
public SessionName ParentAsSessionName { get; set; }
SessionName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
SessionName |