Skip to content

hopsworks.alert #

Alert #

id property #

id: int | None

Return the id of the alert.

status property #

status: str | None

Return the status of the alert.

alert_type property #

alert_type: str | None

Return the type of the alert.

severity property #

severity: str | None

Return the severity of the alert.

receiver property #

receiver: str | None

Return the receiver of the alert.

created property #

created: str | None

Return the creation time of the alert.

FeatureGroupAlert #

Bases: Alert

feature_store_name property #

feature_store_name: str | None

Return the name of the feature store.

feature_group_id property #

feature_group_id: str | None

Return the id of the feature group.

feature_group_name property #

feature_group_name: str | None

Return the name of the feature group.

FeatureViewAlert #

Bases: Alert

feature_store_name property #

feature_store_name: str | None

Return the name of the feature store.

feature_view_id property #

feature_view_id: str | None

Return the id of the feature view.

feature_view_name property #

feature_view_name: str | None

Return the name of the feature view.

feature_view_version property #

feature_view_version: str | None

Return the version of the feature view.

JobAlert #

Bases: Alert

job_name property #

job_name: str | None

Return the name of the job.

threshold property #

threshold: str | None

Return the threshold of the alert.

ProjectAlert #

Bases: Alert

project_name property #

project_name: str | None

Return the name of the project.

service property #

service: str | None

Return the name of the service.

threshold property #

threshold: str | None

Return the threshold of the alert.