ExperimentSession.db_unlinked#
- property ExperimentSession.db_unlinked[source]#
Document collection of the unlinked mongo saving agent.
You can use this property to interact with the collection through the pymongo api: https://pymongo.readthedocs.io/en/stable/
- Returns
A collection object. If no unlinked mongo saving agent is present in the experiment, None is returned.
- Return type
pymongo.collections.Collection