ExperimentAdmin.create_session()#
- ExperimentAdmin.create_session(session_id: str, config: alfred3.config.ExperimentConfig, secrets: alfred3.config.ExperimentSecrets, **urlargs)[source]#
Creates an experiment session.
The arguments get passed on directly to the
ExperimentSessionobject and are documented there.See also
ExperimentSessioncontains documentation on how to interact with an experiment session object.