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.

project_id_scope property #

Project ID scope for project-shared environment variables.

secret_backed property #

Whether the environment variable is backed by a secret.

secret_name property #

Name of the secret backing this environment variable, if any.

updated property #

Date when the environment variable was last updated.

value property #

Value of the environment variable.

visibility property #

Visibility 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.