Skip to content

hopsworks.env_var #

EnvVar #

Represents a user account environment variable in Hopsworks.

created property #

Date when the environment variable was created.

name property #

Name of the environment variable.

updated property #

Date when the environment variable was last updated.

value property #

Value of the environment variable.

delete #

delete()

Remove this env var from the user's account.

Equivalent to api.delete_env_var(self.name).

get_url #

get_url()

Get url to the environment variables page in Hopsworks.