Skip to main content

run_modeller

Run a task from a yaml config file.

Module

Functions

run

def run(    path_to_config_yaml: Union[str, PathLike],    require_all_pods: bool = False,    pod_identifier: Optional[str] = None,    project_id: Optional[str] = None,    template_params: Optional[Union[str, Dict[str, Any]]] = None,)> None:

Runs a modeller from a config file.

Arguments

  • path_to_config_yaml: Path to the config YAML file.
  • require_all_pods: Whether to require all pods to accept the task before continuing.
  • pod_identifier: Optional pod identifier to use instead of the one in the config.
  • project_id: Optional project ID to use instead of the one in the config.
  • template_params: Optional dictionary mapping template parameter names to values.