Response for getting sessions.
| Name | Type | Description | Notes |
|---|---|---|---|
| session_id | str | The id of the session | [optional] |
| org_id | str | The org id of the session | [optional] |
| model_id | str | The model id of the session. There should only be a single model. | [optional] |
| closed | bool | Whether or not the session is open for uploading dataset profiles to. | [optional] |
| user_id | str | The generated user id for the session. | [optional] |
| any string name | bool, date, datetime, dict, float, int, list, str, none_type | any string name can be used but the value must be the correct type | [optional] |