hopsworks.alert # Alert # Returned by FeatureView.get_alerts 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 Returned by AlertsApi.create_feature_group_alert AlertsApi.get_feature_group_alert AlertsApi.get_feature_group_alerts FeatureGroupBase.create_alert FeatureGroupBase.get_alert FeatureGroupBase.get_alerts 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 Returned by AlertsApi.create_feature_view_alert AlertsApi.get_feature_view_alert AlertsApi.get_feature_view_alerts FeatureView.create_alert FeatureView.get_alert FeatureView.get_alerts 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 Returned by AlertsApi.create_job_alert AlertsApi.get_job_alert AlertsApi.get_job_alerts Job.create_alert Job.get_alert Job.get_alerts 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 Returned by AlertsApi.create_project_alert AlertsApi.get_alert AlertsApi.get_alerts Project.create_featurestore_alert Project.create_job_alert Project.get_alert Project.get_alerts 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.