Class UpdateSessionRequest (1.87.0)

UpdateSessionRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Request message for SessionService.UpdateSession.

Attributes

Name Description
session google.cloud.aiplatform_v1beta1.types.Session
Required. The session to update. Format: projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}/sessions/{session}
update_mask google.protobuf.field_mask_pb2.FieldMask
Optional. Field mask is used to control which fields get updated. If the mask is not present, all fields will be updated.

Methods

UpdateSessionRequest

UpdateSessionRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Request message for SessionService.UpdateSession.