Vertex AI v1beta1 API - Class ListEventsResponse (1.0.0-beta24)

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].

Inheritance

object > ListEventsResponse

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

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