Full name: projects.locations.reasoningEngines.sessions.patch
Updates the specific Session
.
Endpoint
patchhttps://aiplatform.googleapis.com/v1beta1/{session.name}
PATCH https://aiplatform.googleapis.com/v1beta1/{session.name}
Path parameters
session.name
string
Identifier. The resource name of the session. Format: 'projects/{project}/locations/{location}/reasoningEngines/{reasoningEngine}/sessions/{session}'.
Query parameters
updateMask
string (FieldMask
format)
Optional. Field mask is used to control which fields get updated. If the mask is not present, all fields will be updated.
This is a comma-separated list of fully qualified names of fields. Example: "user.displayName,photo"
.
Request body
The request body contains an instance of Session
.
Response body
If successful, the response body contains an instance of Session
.