Skip to content

Commit 46e0e7e

Browse files
authored
odh-23178-4 feature store - more peer review edits (#895)
1 parent 514616b commit 46e0e7e

7 files changed

+10
-10
lines changed

assemblies/customizing-your-feature-store-configuration.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Optionally, you can apply the following configurations to your Feature Store ins
1616

1717
The examples in the following sections describe how to customize a Feature Store instance by creating a new custom resource definition (CRD). Alternatively, you can customize an existing feature instance as described in _Editing an existing Feature Store instance_.
1818

19-
For more information about how you can customize your feature store configuration, see the
19+
For more information about how you can customize your Feature Store configuration, see the
2020
link:https://github.com/feast-dev/feast/blob/stable/infra/feast-operator/docs/api/markdown/ref.md[Feast API documentation^].
2121

2222

modules/configuring-role-based-access-control.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ The RBAC implementation in Feature Store is designed to provide the following ca
1616

1717
Feature Store RBAC provides the following benefits:
1818

19-
* *Feature sharing* - Enable multiple teams to share the feature store while ensuring controlled access. This capability allows for collaborative work without compromising data security.
19+
* *Feature sharing* - Enable multiple teams to share a Feature Store instance while ensuring controlled access. This capability allows for collaborative work without compromising data security.
2020
* *Access control management* - Prevent unauthorized access to team-specific resources and spaces, governing the operations that each user or group can perform.
2121

22-
The Feature Store permissions model allows you to configure granular permission policies to all the resources defined in a feature store.
22+
The Feature Store permissions model allows you to configure granular permission policies to all the resources defined in a Feature Store instance.
2323

2424
The permission authorization enforcement is performed when requests are executed through one of the Feature Store (Python) servers:
2525

2626
* The online feature server (REST)
2727
* The offline feature server (Apache Arrow Flight) uses the gRPC communication protocol to exchange data. This server wraps calls to existing offline store implementations and exposes interfaces as Arrow Flight endpoints.
2828
* The registry server (gRPC)
2929

30-
NOTE: If you configure the feature store with a local provider (the default), there is no permission enforcement when accessing the Feature Store API.
30+
NOTE: If you configure your Feature Store with a local provider (the default), there is no permission enforcement when accessing the Feature Store API.

modules/creating-a-feature-store-instance-in-a-data-science-project.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ A _provider_ is a customizable interface that provides default Feature Store com
9393
$ feast --help
9494
----
9595

96-
. To view the files for the feature store project, enter the following command:
96+
. To view the files for the Feature Store project, enter the following command:
9797
+
9898
----
9999
$ ls -la

modules/feature-store-workflow.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Installs and configures Feature Store, as described in _Chapter 2. Configuring F
2121

2222
* Prepares features, as described in _Chapter 3: Defining features_:
2323
. Creates a feature definition file.
24-
. Defines the data sources and other feature store objects.
24+
. Defines the data sources and other Feature Store objects.
2525
. Makes features available for real-time inference.
2626

2727
* Prepares features for model training and real-time inference, as described in _Chapter 4. Retrieving features for model training_:

modules/overview-of-feature-store.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Server:: A feature server that serves pre-computed features online. There are th
4444
* *The offline feature server* - An Apache Arrow Flight Server that uses the gRPC communication protocol to exchange data. This server wraps calls to existing offline store implementations and exposes interfaces as Arrow Flight endpoints.
4545
* *The registry server* - A server that uses the gRPC communication protocol to exchange data. You can communicate with the server using any programming language that can make gRPC requests.
4646

47-
UI:: A web-based graphical user interface (UI) for viewing all the feature store objects and their relationships with each other.
47+
UI:: A web-based graphical user interface (UI) for viewing all the Feature Store objects and their relationships with each other.
4848

4949
Feature Store provides the following software capabilities:
5050

modules/retrieving-online-features-for-model-inference.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ A feature service is an object that represents a logical group of features from
1313

1414
Typically, you create one feature service per model version, allowing for tracking of the features used by models. The features retrieved from the online store can belong to many feature views.
1515

16-
*Note:* When you apply a feature service, an actual feature store server is not deployed.
16+
*Note:* When you apply a feature service, an actual Feature Store server is not deployed.
1717

1818
.Prerequisites
1919

modules/viewing-feature-store-objects-in-the-web-based-ui.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
:_module-type: PROCEDURE
22

33
[id="viewing-feature-store-objects-in-the-web-based-ui_{context}"]
4-
= Viewing feature store objects in the web-based UI
4+
= Viewing Feature Store objects in the web-based UI
55

66
[role='_abstract']
77
You can use the Feature Store Web UI to view all registered features, data sources, entities, and feature services.
@@ -42,7 +42,7 @@ The Feature Store Operator starts a container for the web-based Feature Store UI
4242
+
4343
You should see a deployment for the web-based UI. Note that OpenShift enables TLS by default at runtime.
4444

45-
. To populate the web-based UI with the objects in your feature store:
45+
. To populate the web-based UI with the objects in your Feature Store instance:
4646
.. In the OpenShift console, select *Workloads* -> *Pods*.
4747
.. Make sure that your project (for example, `my-ds-project`) is selected.
4848
.. Click the `feast` pod and then select *Pod details*.

0 commit comments

Comments
 (0)