This section has details about management of file, libraries and models inside a single environment.
All of these APIs must be initiated using UserEnv object. You can get the UserEnv object as specified in the APIs to Get Handler for Remote User Environment section.
APIs to manage files:
- files
List available files in a user environment.
- install_file
Install a file in a user environment.
- remove_file
Remove a file in a user environment.
APIs to manage libraries:
- libs
List available libraries in a user environment.
- install_lib
Install a library in a user environment.
- update_lib
Update a library in a user environment.
- uninstall_lib
Uninstall a library in user environment.
APIs to manage models:
- models
List available models in a user environment.
- install_model
Install a model in a user environment.
- uninstall_model
Uninstall a model from a user environment.
APIs to check status and details: