Skip to main content
View module source on GitHub

SessionConfig

Session config. This class represents a session config.

SessionConfigDict

Session config dict. This class represents a session config dictionary.

get_session_config_dict

Convert a session config to a session config dict else return the config. Arguments: Returns: dict[str, Any]: The session config dict.

Session

A session is a collection of traces. A session is created when a new session is started. A session is ended when the session is stopped.

__init__

Create a new session. Arguments:

trace

Create a new trace for this session. Arguments: Returns: A new Trace instance.

trace_

Create a new trace for this session. Arguments: Returns: A new Trace instance.

feedback

Add feedback to this session. Arguments:

add_attachment

Add an attachment to this session. Arguments:

add_attachment_

Add an attachment to this session. Arguments:

add_tag_

Add a tag to this session. Arguments:

end_

End this session. Arguments:

event_

Add an event to this session. Arguments: