hopsworks.env_var #
EnvVar #
Represents a user account environment variable in Hopsworks.
Returned by
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).