Skip to main content

run_modeller

Run a task from a yaml config file.

Module

Functions

run

def run(    path_to_config_yaml: str | PathLike[str],    require_all_pods: bool = False,    pod_identifier: str | None = None,    project_id: str | None = None,    template_params: str | dict[str, Any] | None = 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.