Environment
classgworker_client.resources.Environment
A named environment whose key-value pairs are injected as environment variables into the task container at deploy time. Manage environments in the dashboard or via the CLI.
Class
python
1class EnvironmentMethods
from_name
python
1from_name(name: str) -> EnvironmentReference a named environment by name. Raises NotFoundError at deploy time if the environment does not exist in the tenant.