You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/setup_installation/admin/alert.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ button on the left side of the **email** row and fill out the form that pops up.
40
40
CRAM-MD5, LOGIN or PLAIN.
41
41
42
42
Optionally cluster wide Email alert receivers can be added in _Default receiver emails_.
43
-
These receivers will be available to all users when they create event triggered [alerts](../../../user_guides/fs/feature_group/data_validation_best_practices#setup-alerts).
43
+
These receivers will be available to all users when they create event triggered [alerts](../../user_guides/fs/feature_group/data_validation_best_practices.md#setup-alerts).
44
44
45
45
### Step 3: Configure Slack Alerts
46
46
@@ -56,7 +56,7 @@ Click on the _Configure_ button on the left side of the **slack** row and past i
56
56
</figure>
57
57
58
58
Optionally cluster wide Slack alert receivers can be added in _Slack channel/user_.
59
-
These receivers will be available to all users when they create event triggered [alerts](../../../user_guides/fs/feature_group/data_validation_best_practices/#setup-alerts).
59
+
These receivers will be available to all users when they create event triggered [alerts](../../user_guides/fs/feature_group/data_validation_best_practices.md#setup-alerts).
60
60
61
61
### Step 4: Configure Pagerduty Alerts
62
62
@@ -130,7 +130,7 @@ global:
130
130
...
131
131
```
132
132
133
-
To test the alerts by creating triggers from Jobs and Feature group validations see [Alerts](../../../user_guides/fs/feature_group/data_validation_best_practices/#setup-alerts).
133
+
To test the alerts by creating triggers from Jobs and Feature group validations see [Alerts](../../user_guides/fs/feature_group/data_validation_best_practices.md#setup-alerts).
134
134
135
135
The yaml syntax in the UI is slightly different in that it does not allow double quotes (it will ignore the values but give no error).
136
136
Below is an example configuration, that can be used in the UI, with both email and slack receivers configured for system alerts.
A group-to-project mapping lets you automatically add all members of a Hopsworks group to a project, eliminating the need to add each user individually. To create a mapping, you simply select a Hopsworks group, choose the project it should be linked to, and assign the role that its members will have within that project.
5
5
6
6
Once a mapping is created, project membership is controlled through Hopsworks group membership. Any updates made to the Hopsworks group—such as adding or removing users—will automatically be reflected in the project membership. For example, if a user is removed from the Hopsworks group, they will also be removed from the corresponding project.
7
-
7
+
8
8
## Prerequisites
9
9
10
-
1. Hopsworks group mapping sync enabled. This can be done by setting the variable ```hw_group_mapping_sync_enabled=true```.
11
-
See [Cluster Configuration](../variables.md) on how to change variable values in Hopsworks.
10
+
1. Hopsworks group mapping sync enabled. This can be done by setting the variable ```hw_group_mapping_sync_enabled=true```.
11
+
See [Cluster Configuration](./variables.md) on how to change variable values in Hopsworks.
From the list of mappings click on the edit button (:material-pencil:). This will open a popup that will allow you to change the _group_, _project name_, and _project role_ of a mapping.
Copy file name to clipboardExpand all lines: docs/setup_installation/admin/ldap/configure-project-mapping.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,7 +66,9 @@ Finally, click on *Create mapping* and go back to mappings. You should see the n
66
66
!!!Note
67
67
If there are no groups in the *Remote group* drop down list check if **ldap_groups_search_filter** is correct by using the value in ```ldapsearch``` replacing ```%c``` with ```*```, as shown in the example below.
If you want to interact with the Hopsworks Feature Store from environments such as Spark, Flink or Beam, you can use the Hopsworks Feature Store (HSFS) Java library.
50
50
51
-
!!!note "Feature Store Only"
51
+
!!!note "Feature Store Only"
52
52
53
53
The Java library only allows interaction with the Feature Store component of the Hopsworks platform.
54
54
Additionally each environment might restrict the supported API operation.
55
-
You can see which API operation is supported by which environment [here](./fs/compute_engines.md)
55
+
You can see which API operation is supported by which environment [here](../fs/compute_engines.md)
56
56
57
57
The HSFS library is available on the Hopsworks' Maven repository.
58
58
If you are using Maven as build tool, you can add the following in your `pom.xml` file:
Copy file name to clipboardExpand all lines: docs/user_guides/fs/feature_group/on_demand_transformations.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,7 +60,7 @@ The features to be used by the on-demand transformation function can be specifie
60
60
61
61
## Usage
62
62
63
-
On-demand transformation functions attached to a feature group are automatically executed in the feature pipeline when you [insert data](../create/#batch-write-api) into a feature group and [by the Python client while retrieving feature vectors](../feature_view/feature-vectors.md#retrieval) for online inference using feature views that contain on-demand features.
63
+
On-demand transformation functions attached to a feature group are automatically executed in the feature pipeline when you [insert data](./create.md#batch-write-api) into a feature group and [by the Python client while retrieving feature vectors](../feature_view/feature-vectors.md#retrieval) for online inference using feature views that contain on-demand features.
64
64
65
65
The on-demand features computed by on-demand transformation functions are positioned after all other features in a feature group and are ordered alphabetically by their names.
Copy file name to clipboardExpand all lines: docs/user_guides/fs/feature_monitoring/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ Moreover, windows can stick to a _specific point in time_ (e.g., static window)
38
38
These types of windows apply to both _detection_ and _reference_ windows.
39
39
Different types of windows allows for different use cases depending on whether you enable feature monitoring on your Feature Groups or Feature Views.
40
40
41
-
See more details about _detection_ and _reference_ windows in the [Detection windows](scheduled_statistics.md#detection-windows) and [Reference windows](statistics_comparison#reference-windows) guides.
41
+
See more details about _detection_ and _reference_ windows in the [Detection windows](./scheduled_statistics.md#detection-windows) and [Reference windows](./statistics_comparison.md#reference-windows) guides.
Copy file name to clipboardExpand all lines: docs/user_guides/mlops/serving/deployment.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -219,7 +219,7 @@ Artifact versions are unique for the same model version.
219
219
220
220
When a new deployment is created, a new artifact version is generated in two cases:
221
221
222
-
- the artifact version in the predictor is set to `CREATE` (see [Artifact Version](../predictor/#artifact_version))
222
+
- the artifact version in the predictor is set to `CREATE` (see [Artifact Version](./predictor.md#artifact_version))
223
223
- no model artifact with the same files has been created before.
224
224
225
225
Inside a model deployment, the local path to the artifact files is stored in the `ARTIFACT_FILES_PATH` environment variable (see [environment variables](../serving/predictor.md#environment-variables)).
0 commit comments