idmtools_platform_local.internals.task_functions.experiments module¶
-
idmtools_platform_local.internals.task_functions.experiments.
get_uuid_and_data_path
(tags, extra_details)¶
-
idmtools_platform_local.internals.task_functions.experiments.
create_experiment
(tags: Dict[str, Any], extra_details: Dict[str, Any] = None) → str¶ - Creates an experiment.
Create the folder
Also create the Assets folder to hold the experiments assets
Return the UUID of the newly created experiment
- Parameters
tags (TTags) – Tags for the experiment to be created
extra_details – Metadata for item
- Returns
(str) Id of created experiment