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: tutorials/ai-core-data/ai-core-data.md
+11-7Lines changed: 11 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -444,16 +444,19 @@ aws s3 ls s3//<YOUR_BUCKET_NAME/example-dataset/house-price-toy/data/
444
444
445
445
[ACCORDION-BEGIN [Step 8: ](Store an object store secret in SAP AI Core)]
446
446
447
+
An object store secret is required to store credentials to access your AWS S3 buckets, and limit access to a particular directory.
447
448
448
449
[OPTION BEGIN [SAP AI Launchpad]]
449
450
450
-
> **IMPORTANT** Currently, SAP AI Launchpad offers no functionality to perform this step. Please perform this step using any one of the alternative options from the option tab.
451
+
Create an object store secret by clicking **Object Store Secrets** > **Add** in your workspace, and completing the dialog box.
452
+
453
+
!
451
454
452
455
[OPTION END]
453
456
454
457
[OPTION BEGIN [Postman]]
455
458
456
-
An object store secret is required to store credentials to access your AWS S3 buckets, and limit access to a particular directory. Create an object store secret by clicking **POST Create a secret** and using the header and body below.
459
+
Create an object store secret by clicking **POST Create a secret** and using the header and body below.
457
460
458
461
!
459
462
@@ -494,7 +497,7 @@ An object store secret is required to store credentials to access your AWS S3 bu
494
497
495
498
[OPTION BEGIN [SAP AI Core SDK]]
496
499
497
-
Edit and execute the following snippet to create object store secret in SAP AI Core. An object store secret is required to store credentials to access your AWS S3 buckets, and limit access to a particular directory.
500
+
Edit and execute the following snippet to create object store secret in SAP AI Core.
498
501
499
502
```PYTHON
500
503
# Create object Store secret
@@ -943,15 +946,18 @@ All of the contents within your `/app/model/` directory, as defined in your Dock
943
946
944
947
[ACCORDION-BEGIN [Step 14: ](Create required object store secret `default` for model)]
945
948
949
+
It is compulsory to create a object store secret named `default` within your resource group, for your executable to **generate models and store them in AWS S3**. After execution the model will be saved to `PATH_PREFIX_of_default/<execution_id>/housepricemodel` in your AWS S3. The `housepricemodel` is mentioned in the workflow in the previous step.
950
+
946
951
[OPTION BEGIN [SAP AI Launchpad]]
947
952
948
-
> **IMPORTANT** Currently, SAP AI Launchpad offers no functionality to perform this step. Please perform this step using any one of the alternative options from the option tab.
953
+
Create an object store secret by clicking **Object Store Secrets** > **Add** in your workspace, and completing the dialog box. Enter `default` for the secret name.
954
+
955
+
!
949
956
950
957
[OPTION END]
951
958
952
959
[OPTION BEGIN [Postman]]
953
960
954
-
It is compulsory to create a object store secret named `default` within your resource group, for your executable to **generate models and store them in AWS S3**. After execution the model will be saved to `PATH_PREFIX_of_default/<execution_id>/housepricemodel` in your AWS S3. The `housepricemodel` is mentioned in the workflow in the previous step.
955
961
956
962
> **TIP** You can create multiple object store secrets with different `name` keys within the same resource group. You can also patch to modify the values of an existing object store secret.
957
963
@@ -985,8 +991,6 @@ The value of the `name` key must be `default`. This should not be confused with
985
991
986
992
[OPTION BEGIN [SAP AI Core SDK]]
987
993
988
-
It is compulsory to create a object store secret named `default` within your resource group, for your executable to **generate models and store them in AWS S3**. After execution the model will be saved to `PATH_PREFIX_of_default/<execution_id>/housepricemodel` in your AWS S3. The `housepricemodel` is mentioned in workflow/executable in previous step.
989
-
990
994
> **TIP** You can create multiple object store secrets with different `name` keys within the same resource group. You can also patch to modify values of an existing object store secret.
0 commit comments