aiq.cli.commands.start#
Attributes#
Classes#
Functions#
|
Run an AIQ Toolkit workflow using a front end configuration. |
Module Contents#
- logger#
- class StartCommandGroup(
- name: str | None = None,
- invoke_without_command: bool = False,
- no_args_is_help: bool | None = None,
- subcommand_metavar: str | None = None,
- chain: bool = False,
- result_callback: collections.abc.Callable[Ellipsis, Any] | None = None,
- **attrs: Any,
Bases:
click.MultiCommand
- _registered_front_ends: dict[str, aiq.cli.type_registry.RegisteredFrontEndInfo]#
- _build_params(
- front_end: aiq.cli.type_registry.RegisteredFrontEndInfo,