ProjectsLocationsReasoningEnginesSessionsResource class

Constructors

ProjectsLocationsReasoningEnginesSessionsResource(ApiRequester client)

Properties

events ProjectsLocationsReasoningEnginesSessionsEventsResource
no setter
hashCode int
The hash code for this object.
no setterinherited
operations ProjectsLocationsReasoningEnginesSessionsOperationsResource
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

appendEvent(GoogleCloudAiplatformV1SessionEvent request, String name, {String? $fields}) Future<GoogleCloudAiplatformV1AppendEventResponse>
Appends an event to a given session.
create(GoogleCloudAiplatformV1Session request, String parent, {String? $fields}) Future<GoogleLongrunningOperation>
Creates a new Session.
delete(String name, {String? $fields}) Future<GoogleLongrunningOperation>
Deletes details of the specific Session.
get(String name, {String? $fields}) Future<GoogleCloudAiplatformV1Session>
Gets details of the specific Session.
list(String parent, {String? filter, String? orderBy, int? pageSize, String? pageToken, String? $fields}) Future<GoogleCloudAiplatformV1ListSessionsResponse>
Lists Sessions in a given reasoning engine.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(GoogleCloudAiplatformV1Session request, String name, {String? updateMask, String? $fields}) Future<GoogleCloudAiplatformV1Session>
Updates the specific Session.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited