public static final class AlterEnvironmentRequest.Action extends Object
AlterEnvironmentRequest
parameter action
.
Modification operation to be applied
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 © 2025. All rights reserved.