ExperimentRunService
Service used to run experiment
Functions
Run an experiment in a non-blocking way through the cli.
Parameters:
Name | Type | Default value | Description |
---|---|---|---|
experiment | Experiment | ||
user | User | The user who is running the experiment. if not provided, the system will try the get the currently authenticated user `gws.user.` |
Return type:
SysProc |
Run an experiment in a non-blocking way through the cli.
Parameters:
Name | Type | Default value | Description |
---|---|---|---|
experiment | Experiment | ||
protocol_model | ProtocolModel | ||
process_instance_name | str | ||
user | User | The user who is running the experiment. if not provided, the system will try the get the currently authenticated user `gws.user.` |
Return type:
SysProc |
Return type:
List |
Run the experiment
Parameters:
Name | Type | Default value | Description |
---|---|---|---|
experiment | Experiment |
Return type:
Experiment |
Method called by the cli sub process to run the experiment
Parameters:
Name | Type | Default value | Description |
---|---|---|---|
experiment_id | str |
Method called by the cli sub process to run the experiment
Parameters:
Name | Type | Default value | Description |
---|---|---|---|
experiment_id | str | ||
protocol_model_id | str | ||
process_name | str |
Parameters:
Name | Type | Default value | Description |
---|---|---|---|
id | str |
Return type:
Experiment |