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/user_guides/integrations/mlstudio_designer.md
+13-13
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ To connect to the Feature Store from the Azure Machine Learning Designer, create
21
21
22
22
<palign="center">
23
23
<figure>
24
-
<img src="../../../../assets/images/guides/integrations/azure/designer/step-1.png" alt="Add an Execute Python Script step">
24
+
<img src="../../../assets/images/guides/integrations/azure/designer/step-1.png" alt="Add an Execute Python Script step">
25
25
<figcaption>Add an Execute Python Script step</figcaption>
26
26
</figure>
27
27
</p>
@@ -30,7 +30,7 @@ In the pipeline, add a new `Execute Python Script` step and replace the Python s
30
30
31
31
<palign="center">
32
32
<figure>
33
-
<img src="../../../../assets/images/guides/integrations/azure/designer/step-2.png" alt="Add the code to access the Feature Store">
33
+
<img src="../../../assets/images/guides/integrations/azure/designer/step-2.png" alt="Add the code to access the Feature Store">
34
34
<figcaption>Add the code to access the Feature Store</figcaption>
35
35
</figure>
36
36
</p>
@@ -39,12 +39,12 @@ In the pipeline, add a new `Execute Python Script` step and replace the Python s
39
39
40
40
Replace MY_VERSION, MY_API_KEY, MY_INSTANCE, MY_PROJECT and MY_FEATURE_GROUP with the respective values. The major version set for MY_VERSION needs to match the major version of Hopsworks. Check [PyPI](https://pypi.org/project/hsfs/#history) for available releases.
41
41
42
-
<p align="center">
43
-
<figure>
44
-
<img src="../../../assets/images/hopsworks-version.png" alt="HSFS version needs to match the major version of Hopsworks">
45
-
<figcaption>You find the Hopsworks version inside any of your Project's settings tab on Hopsworks</figcaption>
46
-
</figure>
47
-
</p>
42
+
<palign="center">
43
+
<figure>
44
+
<img src="../../../assets/images/hopsworks-version.png" alt="HSFS version needs to match the major version of Hopsworks">
45
+
<figcaption>You find the Hopsworks version inside any of your Project's settings tab on Hopsworks</figcaption>
46
+
</figure>
47
+
</p>
48
48
49
49
```python
50
50
import os
@@ -85,7 +85,7 @@ Select a compute target and save the step. The step is now ready to use:
85
85
86
86
<palign="center">
87
87
<figure>
88
-
<img src="../../../../assets/images/guides/integrations/azure/designer/step-3.png" alt="Select a compute target">
88
+
<img src="../../../assets/images/guides/integrations/azure/designer/step-3.png" alt="Select a compute target">
89
89
<figcaption>Select a compute target</figcaption>
90
90
</figure>
91
91
</p>
@@ -94,7 +94,7 @@ As a next step, you have to connect the previously created `Execute Python Scrip
94
94
95
95
<palign="center">
96
96
<figure>
97
-
<img src="../../../../assets/images/guides/integrations/azure/designer/step-4.png" alt="Add an Export Data step">
97
+
<img src="../../../assets/images/guides/integrations/azure/designer/step-4.png" alt="Add an Export Data step">
98
98
<figcaption>Add an Export Data step</figcaption>
99
99
</figure>
100
100
</p>
@@ -103,7 +103,7 @@ Configure the `Export Data` step to write to you data store of choice:
103
103
104
104
<palign="center">
105
105
<figure>
106
-
<img src="../../../../assets/images/guides/integrations/azure/designer/step-5.png" alt="Configure the Export Data step">
106
+
<img src="../../../assets/images/guides/integrations/azure/designer/step-5.png" alt="Configure the Export Data step">
107
107
<figcaption>Configure the Export Data step</figcaption>
108
108
</figure>
109
109
</p>
@@ -112,7 +112,7 @@ Connect the to steps by drawing a line between them:
112
112
113
113
<palign="center">
114
114
<figure>
115
-
<img src="../../../../assets/images/guides/integrations/azure/designer/step-6.png" alt="Connect the steps">
115
+
<img src="../../../assets/images/guides/integrations/azure/designer/step-6.png" alt="Connect the steps">
116
116
<figcaption>Connect the steps</figcaption>
117
117
</figure>
118
118
</p>
@@ -125,7 +125,7 @@ Finally, submit the pipeline and wait for it to finish:
125
125
126
126
<palign="center">
127
127
<figure>
128
-
<img src="../../../../assets/images/guides/integrations/azure/designer/step-7.png" alt="Execute the pipeline">
128
+
<img src="../../../assets/images/guides/integrations/azure/designer/step-7.png" alt="Execute the pipeline">
0 commit comments