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
Set node properties to specify the training file as a dependency.
57
57
58
-
Note: If you don't set this file dependency, the file is not included in the node when it runs and the training job fails.
58
+
NOTE: If you don't set this file dependency, the file is not included in the node when it runs and the training job fails.
59
59
60
60
. Click the `1_experiment_train.ipynb` node.
61
61
+
@@ -103,7 +103,7 @@ The secret is named `aws-connection-my-storage`.
103
103
104
104
[NOTE]
105
105
====
106
-
If you named your data connection something other than `My Storage`, you can obtain the secret name in the {productname-short} dashboard by hovering over the resource information icon *?* in the *Data Connections* tab.
106
+
If you named your data connection something other than `My Storage`, you can obtain the secret name in the {productname-short} dashboard by hovering over the help (?) icon in the *Data Connections* tab.
Copy file name to clipboardExpand all lines: workshop/docs/modules/ROOT/pages/conclusion.adoc
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,9 +5,7 @@
5
5
[.text-center.strong]
6
6
== Conclusion
7
7
8
-
Congratulations!
9
-
10
-
In this {deliverable}, you learned how to incorporate data science and artificial intelligence (AI) and machine learning (ML) into an OpenShift development workflow.
8
+
Congratulations. In this {deliverable}, you learned how to incorporate data science, artificial intelligence, and machine learning into an OpenShift development workflow.
11
9
12
10
You used an example fraud detection model and completed the following tasks:
= Creating data connections to your own S3-compatible object storage
3
3
4
-
NOTE: If you do not have your own s3-compatible storage, or if you want to use a disposable local Minio instance instead, skip this section and follow the steps in xref:running-a-script-to-install-storage.adoc[Running a script to install local object storage buckets and create data connections].
4
+
If you have existing S3-compatible storage buckets that you want to use for this {deliverable}, you must create a data connection to one storage bucket for saving your data and models and, if you want to complete the pipelines section of this {deliverable}, create another data connection to a different storage bucket for saving pipeline artifacts.
5
+
6
+
NOTE: If you do not have your own s3-compatible storage, or if you want to use a disposable local Minio instance instead, skip this section and follow the steps in xref:running-a-script-to-install-storage.adoc[Running a script to install local object storage buckets and create data connections]. The provided script automatically completes the following tasks for you: creates a Minio instance in your project, creates two storage buckets in that Minio instance, creates two data connections in your project, one for each bucket and both using the same credentials, and installs required network policies for service mesh functionality.
5
7
6
8
.Prerequisite
7
9
@@ -15,45 +17,48 @@ To create data connections to your existing S3-compatible storage buckets, you n
15
17
16
18
If you don't have this information, contact your storage administrator.
17
19
18
-
.Procedures
19
-
20
-
Create data connections to your two storage buckets.
20
+
.Procedure
21
21
22
-
*Create a data connection for saving your data and models*
22
+
. Create a data connection for saving your data and models:
23
23
24
-
. In the {productname-short} dashboard, navigate to the page for your data science project.
24
+
.. In the {productname-short} dashboard, navigate to the page for your data science project.
25
25
26
-
. Click the *Data connections* tab, and then click *Add data connection*.
26
+
.. Click the *Data connections* tab, and then click *Add data connection*.
27
27
+
28
28
image::projects/ds-project-add-dc.png[Add data connection]
29
29
30
-
. Fill out the *Add data connection* form and name your connection *My Storage*. This connection is for saving your personal work, including data and models.
30
+
.. Fill out the *Add data connection* form and name your connection *My Storage*. This connection is for saving your personal work, including data and models.
31
+
+
32
+
NOTE: Skip the *Connected workbench* item. You add data connections to a workbench in a later section.
31
33
+
32
34
image::projects/ds-project-my-storage-form.png[Add my storage form]
33
35
34
-
. Click *Add data connection*.
35
-
36
-
*Create a data connection for saving pipeline artifacts*
36
+
.. Click *Add data connection*.
37
37
38
+
. Create a data connection for saving pipeline artifacts:
39
+
+
38
40
NOTE: If you do not intend to complete the pipelines section of the {deliverable}, you can skip this step.
39
41
40
-
. Click *Add data connection*.
42
+
.. Click *Add data connection*.
41
43
42
-
. Fill out the form and name your connection *Pipeline Artifacts*.
44
+
.. Fill out the form and name your connection *Pipeline Artifacts*.
45
+
+
46
+
NOTE: Skip the *Connected workbench* item. You add data connections to a workbench in a later section.
0 commit comments