public sealed class ListEventsResponse : IMessage<ListEventsResponse>, IEquatable<ListEventsResponse>, IDeepCloneable<ListEventsResponse>, IBufferMessage, IMessage, IPageResponse<SessionEvent>, IEnumerable<SessionEvent>, IEnumerable
Reference documentation and code samples for the Vertex AI v1beta1 API class ListEventsResponse.
Response message for [SessionService.ListEvents][google.cloud.aiplatform.v1beta1.SessionService.ListEvents].
Implements
IMessageListEventsResponse, IEquatableListEventsResponse, IDeepCloneableListEventsResponse, IBufferMessage, IMessage, IPageResponseSessionEvent, IEnumerableSessionEvent, IEnumerableNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
ListEventsResponse()
public ListEventsResponse()
ListEventsResponse(ListEventsResponse)
public ListEventsResponse(ListEventsResponse other)
Parameter | |
---|---|
Name | Description |
other |
ListEventsResponse |
Properties
NextPageToken
public string NextPageToken { get; set; }
A token, which can be sent as [ListEventsRequest.page_token][google.cloud.aiplatform.v1beta1.ListEventsRequest.page_token] to retrieve the next page. Absence of this field indicates there are no subsequent pages.
Property Value | |
---|---|
Type | Description |
string |
SessionEvents
public RepeatedField<SessionEvent> SessionEvents { get; }
A list of events matching the request.
Property Value | |
---|---|
Type | Description |
RepeatedFieldSessionEvent |
Methods
GetEnumerator()
public IEnumerator<SessionEvent> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorSessionEvent |