Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 910 Bytes

File metadata and controls

17 lines (12 loc) · 910 Bytes

SessionMetadata

Response for getting sessions.

Properties

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]

[Back to Model list] [Back to API list] [Back to README]