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
3. Download the notebooks from the example notebook section.
12
+
13
+
.. seealso::
14
+
Refer :ref:`Notebook Examples` to check out more example for using feature store
15
+
16
+
4. Upload the notebook in the notebook session and run the notebook after replacing the required variables.
9
17
10
18
11
19
Background reading to understand the concepts of Feature Store and OCI Data Science:
@@ -26,9 +34,6 @@ Background reading to understand the concepts of Feature Store and OCI Data Scie
26
34
27
35
Refer `Terraform section <https://objectstorage.us-ashburn-1.oraclecloud.com/p/hh2NOgFJbVSg4amcLM3G3hkTuHyBD-8aE_iCsuZKEvIav1Wlld-3zfCawG4ycQGN/n/ociodscdev/b/oci-feature-store/o/beta/index.html#document-terraform>`__ for setting up feature store server.
28
36
29
-
.. seealso::
30
-
Refer :ref:`Notebook Examples` to check out more example for using feature store
31
-
32
37
.. warning::
33
38
34
39
1. Initial implementation will not allow parallel execution of similar logical constructs. Creation will be sequential.
Copy file name to clipboardExpand all lines: ads/feature_store/docs/source/terraform.rst
+58-28Lines changed: 58 additions & 28 deletions
Original file line number
Diff line number
Diff line change
@@ -28,8 +28,8 @@ Feature Store users need to provide the following access permissions in order to
28
28
29
29
.. code-block:: shell
30
30
31
-
define tenancy <feature store service tenancy>as <feature store service tenancy ocid>
32
-
endorse group <feature store user group> to read repos in tenancy <feature store service tenancy>
31
+
define tenancy service_tenancy as ocid1.tenancy.oc1..aaaaaaaahzy3x4boh7ipxyft2rowu2xeglvanlfewudbnueugsieyuojkldq
32
+
endorse group <feature store user group> to read repos in tenancy service_tenancy
33
33
allow group <feature store user group> to manage orm-stacks in compartment <compartmentName>
34
34
allow group <feature store user group> to manage orm-jobs in compartment <compartmentName>
35
35
allow group <feature store user group> to manage object-family in compartment <compartmentName>
@@ -82,46 +82,76 @@ Prerequisites
82
82
83
83
1. Install `oci-cli <https://docs.oracle.com/en-us/iaas/Content/API/Concepts/cliconcepts.htm>`__ if not installed
84
84
85
-
2. Download the stack from ``Terraform Stack`` column in :ref:`Release Notes`.
86
-
87
-
3. (Optional: Skip if default deployment is required) To use this file just copy the example ``terraform.tfvars.example`` and save it in the outermost directory.
88
-
89
-
4. (Optional: Skip if default deployment is required) Next, rename the file to ``terraform.tfvars``. You can override the example values set in this file.
90
-
91
-
92
85
Steps
93
86
#####
94
87
95
88
.. note::
96
89
97
90
Refer :ref:`Release Notes` for getting the latest conda pack and ``SERVICE_VERSION``. Remember to replace the values within angle brackets ("<>" symbols) in the command above with the relevant values for your environment. Also, Refer :ref:`User Policies` to create feature store stack for non admin users. No policies are explicitly required for admin user.
98
91
99
-
100
-
1. Download the stack from ``Terraform Stack`` column in :ref:`Release Notes`.
Update Feature Store Stack with the Latest using OCI CLI
119
+
==============================
120
+
121
+
Prerequisites
122
+
#############
123
+
124
+
1. Install `oci-cli <https://docs.oracle.com/en-us/iaas/Content/API/Concepts/cliconcepts.htm>`__ if not installed
125
+
2. In order to update the stack, get the <STACK_ID> from console by navigating to `OCI Resource Manager <https://www.oracle.com/devops/resource-manager/>`__.
Refer :ref:`Release Notes` for getting the latest conda pack and ``SERVICE_VERSION``. Remember to replace the values within angle brackets ("<>" symbols) in the command above with the relevant values for your environment. Also, Refer :ref:`User Policies` to create feature store stack for non admin users. No policies are explicitly required for admin user.
0 commit comments