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
ExperimentSession
object and are documented there.See also
ExperimentSession
contains documentation on how to interact with an experiment session object.