AindDataSchemaSessionDataMapper -------------------------------- This `data_mapper` module is used as an adapter interface between the (meta)data generated by this library and other AIND services, namely `aind-data-schema `_. The design and pattern of this module will likely evolve over time, but for now it provides a simple interface to generate :py:class:`~aind-data-schema.core.session.Session`, the required data object to interact with AIND services: :py:class:`~aind_behavior_experiment_launcher.data_mappers.aind_data_schema.AindDataSchemaSessionDataMapper.map` For an implementation example see the :py:class:`~aind_behavior_experiment_launcher.launcher.Launcher` class.