public static final class AlterEnvironmentRequest.Action extends Object
INSTALL_PACKAGE
: Install a python package from PyPI, an external data
source or KiFS
INSTALL_REQUIREMENTS
: Install packages from a requirements file
UNINSTALL_PACKAGE
: Uninstall a python package.
UNINSTALL_REQUIREMENTS
: Uninstall packages from a requirements file
RESET
:
Uninstalls all packages in the environment and resets it to the original
state at time of creation
REBUILD
:
Recreates the environment and re-installs all packages, upgrades the
packages if necessary based on dependencies
action
.Modifier and Type | Field and Description |
---|---|
static String |
INSTALL_PACKAGE
Install a python package from PyPI, an external data source or KiFS
|
static String |
INSTALL_REQUIREMENTS
Install packages from a requirements file
|
static String |
REBUILD
Recreates the environment and re-installs all packages, upgrades the
packages if necessary based on dependencies
|
static String |
RESET
Uninstalls all packages in the environment and resets it to the
original state at time of creation
|
static String |
UNINSTALL_PACKAGE
Uninstall a python package.
|
static String |
UNINSTALL_REQUIREMENTS
Uninstall packages from a requirements file
|
public static final String INSTALL_PACKAGE
public static final String INSTALL_REQUIREMENTS
public static final String UNINSTALL_PACKAGE
public static final String UNINSTALL_REQUIREMENTS
public static final String RESET
public static final String REBUILD
Copyright © 2024. All rights reserved.