rats_e2e.aml.cli
¶
Convenience cli application to help run the example aml jobs.
Each subcommand in this cli will execute an example job that is defined in rats_e2e.aml.
$ python -m rats_e2e.aml.cli --help
Usage: python -m rats_e2e.aml.cli [OPTIONS] COMMAND [ARGS]...
Options:
--help Show this message and exit.
Commands:
basic-job Submit the [rats_e2e.aml.basic][] application as an aml job.
__all__ = ['Application', 'main']
module-attribute
¶
Application(app)
¶
Bases: apps.AppContainer
, cli.Container
, apps.PluginMixin
Source code in rats/apps/_app_containers.py
execute()
¶
Register our cli commands and run them using click.