netunicorn.base.environment_definitionsΒΆ
Environment definitions to create an environment for a deployment.
Classes
Stores a build context for a Deployment, such as Python version or cloudpickle version, used during deployment |
|
A base class for all Environment Definitions. |
|
Stores a runtime context for a Deployment, such as port mapping or environment variables, that would be available during deployment |
|
This class represents Environment Definition that's created by executing commands in OS's shell. |