Skip to content

Commit 9ee1f3c

Browse files
interface updates
interface updates
1 parent 7a920c6 commit 9ee1f3c

3 files changed

Lines changed: 11 additions & 7 deletions

File tree

tutorials/ai-core-data/ai-core-data.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -444,16 +444,19 @@ aws s3 ls s3//<YOUR_BUCKET_NAME/example-dataset/house-price-toy/data/
444444

445445
[ACCORDION-BEGIN [Step 8: ](Store an object store secret in SAP AI Core)]
446446

447+
An object store secret is required to store credentials to access your AWS S3 buckets, and limit access to a particular directory.
447448

448449
[OPTION BEGIN [SAP AI Launchpad]]
449450

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+
!![image](img/ail/OSS.png)
451454

452455
[OPTION END]
453456

454457
[OPTION BEGIN [Postman]]
455458

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.
457460

458461
!![image](img/postman/s3.png)
459462

@@ -494,7 +497,7 @@ An object store secret is required to store credentials to access your AWS S3 bu
494497

495498
[OPTION BEGIN [SAP AI Core SDK]]
496499

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.
498501

499502
```PYTHON
500503
# Create object Store secret
@@ -943,15 +946,18 @@ All of the contents within your `/app/model/` directory, as defined in your Dock
943946

944947
[ACCORDION-BEGIN [Step 14: ](Create required object store secret `default` for model)]
945948

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+
946951
[OPTION BEGIN [SAP AI Launchpad]]
947952

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+
!![image](img/ail/OSS.png)
949956

950957
[OPTION END]
951958

952959
[OPTION BEGIN [Postman]]
953960

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.
955961

956962
> **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.
957963

@@ -985,8 +991,6 @@ The value of the `name` key must be `default`. This should not be confused with
985991

986992
[OPTION BEGIN [SAP AI Core SDK]]
987993

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-
990994
> **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.
991995

992996
Paste and edit the following snippet:
28.5 KB
Loading
31.3 KB
Loading

0 commit comments

Comments
 (0)