gluonts.shell.sagemaker.dyn module#

gluonts.shell.sagemaker.dyn#

Dynamic code loading for gluonts.shell.

class gluonts.shell.sagemaker.dyn.Installer(packages)[source]#

Bases: object

cleanup()[source]#
copy_install(path: Path)[source]#
handle_archive(open_fn, extractall_fn, path)[source]#
install(path)[source]#
install_requirement(path: Path)[source]#
pip_install(path: Path)[source]#
gluonts.shell.sagemaker.dyn.install_and_restart(code_channel: Optional[Path], packages: Path)[source]#