Skip to content

Commit 0707692

Browse files
authored
Update ai-core-data.md
1 parent 6f346ca commit 0707692

1 file changed

Lines changed: 41 additions & 7 deletions

File tree

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

Lines changed: 41 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -532,7 +532,37 @@ With your object store secret created, you can now reference any sub-folders to
532532

533533
[OPTION BEGIN [SAP AI Launchpad]]
534534

535-
> **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.
535+
You can create the create artifact for first `train.csv` that we uploaded to `jan` folder by visiting Datasets tab under ML operations and clicking on ADD.
536+
537+
<!-- border -->![image](img/ail/artifact1.jpg)
538+
539+
Choose scenario as House Price (Tutorial) and click next.
540+
541+
<!-- border -->![image](img/ail/artifact2.jpg)
542+
543+
544+
Enter name as `House Price Dataset 101` enter description for the dataset and click next.
545+
546+
<!-- border -->![image](img/ail/artifact3.jpg)
547+
548+
Enter the URL as `ai://mys3/data/jan` and click on next
549+
550+
<!-- border -->![image](img/ail/artifact4.jpg)
551+
552+
Enter the labels for your Dataset and click on Review
553+
554+
<!-- border -->![image](img/ail/artifact5.jpg)
555+
556+
You would be able to see all the details for the artifact you are trying to register just validate all the data and click on add.
557+
558+
<!-- border -->![image](img/ail/artifact6.jpg)
559+
560+
You would be able to see the artifact created in the datasets tab that can be located at ML operations > datasets.
561+
562+
<!-- border -->![image](img/ail/artifact7.jpg)
563+
564+
565+
536566

537567
[OPTION END]
538568

@@ -629,7 +659,7 @@ print(response.__dict__)
629659

630660
You have learnt to add data artifacts, allowing you to ingest more data over time.
631661

632-
### Important points to notice
662+
**Important points to notice**
633663

634664
1. Notice the `url` used in above snippet is `ai://mys3/data/jan`, here `mys3` is the object store secret name that you created previously. Hence the path translates as `ai://<PATH_PREFIX_OF_mys3>/data/jan` which is the directory that your dataset file is located in.
635665
2. The `url` points to a directory, not a file, which gives you advantage that you can store multiple files in an AWS S3 directory and register the directory containing all files as a single artifact.
@@ -770,7 +800,8 @@ Use the artifact ID of the `jan` dataset and the placeholder names to create a c
770800
]
771801
}
772802
```
773-
### Important points
803+
804+
**Important points**
774805

775806
1. You bind the artifact in the section `inputArtifactBindings`, where `key` denotes the placeholder name from your workflow and `artifactId` is the unique ID of the artifact that you registered. In later steps, you will bind the `feb` dataset's artifact ID, to learn how the same workflow can be used with multiple datasets.
776807

@@ -804,7 +835,7 @@ print(response.__dict__)
804835

805836
<!-- border -->![image](img/aics/config.png)
806837

807-
### Important points
838+
**Important points**
808839

809840
1. You bind the artifact in the section `inputArtifactBindings`, where `key` denotes the placeholder name from your workflow and `artifactId` is the unique ID of the artifact that you registered. In later steps, you will bind the `feb` dataset's artifact ID, to learn how the same workflow can be used with multiple datasets.
810841

@@ -1024,11 +1055,13 @@ Enter a configuration name and select your other details. Select your updated th
10241055

10251056
Type `5` for the `DT_MAX_DEPTH` field and click **Next**.
10261057

1027-
Attach the `feb` artifact that you have registered.
1058+
Attach the `feb` artifact that you have registered and click **Review**.
10281059

10291060
<!-- border -->![image](img/ail/config-f-2.png)
10301061

1031-
Click **Review** > **Create**.
1062+
click **Create**.
1063+
1064+
![image](img/ail/create_conf.png)
10321065

10331066
[OPTION END]
10341067

@@ -1089,13 +1122,14 @@ print(response.__dict__)
10891122

10901123
### Create another execution
10911124

1092-
10931125
Use your new configuration to create an execution.
10941126

10951127
[OPTION BEGIN [SAP AI Launchpad]]
10961128

10971129
Click **Create Execution** in the configuration details page.
10981130

1131+
<!-- border -->![image](img/ail/create_exec.png)
1132+
10991133
<!-- border -->![image](img/ail/output.png)
11001134

11011135
To see the details of your new model, click the model card, and then on **execution** in the **Process Flow**. The information is also available through **ML Operations** > **Models**.

0 commit comments

Comments
 (0)