Class ProjectsResource.LocationsResource.ReasoningEnginesResource.SessionsResource.EventsResource
The "events" collection of methods.
Inheritance
ProjectsResource.LocationsResource.ReasoningEnginesResource.SessionsResource.EventsResource
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class ProjectsResource.LocationsResource.ReasoningEnginesResource.SessionsResource.EventsResource
Constructors
EventsResource(IClientService)
Constructs a new resource.
Declaration
public EventsResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Methods
List(string)
Lists Events in a given session.
Declaration
public virtual ProjectsResource.LocationsResource.ReasoningEnginesResource.SessionsResource.EventsResource.ListRequest List(string parent)
Parameters
Type | Name | Description |
---|---|---|
string | parent | Required. The resource name of the session to list events from. Format:
|
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.ReasoningEnginesResource.SessionsResource.EventsResource.ListRequest |