netunicorn.base.environment_definitionsΒΆ

Environment definitions to create an environment for a deployment.

Classes

BuildContext

Stores a build context for a Deployment, such as Python version or cloudpickle version, used during deployment

DockerImage

EnvironmentDefinition

A base class for all Environment Definitions.

RuntimeContext

Stores a runtime context for a Deployment, such as port mapping or environment variables, that would be available during deployment

ShellExecution

This class represents Environment Definition that's created by executing commands in OS's shell.