You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
max_duration (Union[None, Unset, str]): Maximum duration before the session ends. (in seconds) Example: 20m.
264
265
deduplication_id (Union[None, Unset, str]): Deduplication ID of the session.
265
266
model_id (Union[None, Unset, str]): Default computation model ID to be executed by job assigned to this session.
267
+
booking_demand_started_at (Union[None, Unset, datetime.datetime]): Wished started time for an exclusive session over a QPU, only works if the platform is_bookable (RFC 3339 format) Example: 2022-03-22T12:34:56.123456Z.
268
+
booking_demand_finished_at (Union[None, Unset, datetime.datetime]): Wished finished time for an exclusive session over a QPU, only works if the platform is_bookable (RFC 3339 format) Example: 2022-03-22T12:34:56.123456Z.
269
+
booking_demand_description (Union[None, Unset, str]): User description of the booking
266
270
267
271
Raises:
268
272
errors.UnexpectedStatus: If the server returns an undocumented status code and Client.raise_on_unexpected_status is True.
0 commit comments