Experiment.create_session()#

Experiment.create_session(session_id: str, config: alfred3.config.ExperimentConfig, secrets: alfred3.config.ExperimentSecrets, timeout: Optional[int] = None, **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.