ProjectsLocationsReasoningEnginesSessionsResource class
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