Skip to content

Commit 2854a3f

Browse files
authored
Update ai-core-data.md
1 parent 16ec5fc commit 2854a3f

1 file changed

Lines changed: 32 additions & 0 deletions

File tree

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

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1174,6 +1174,35 @@ When your execution shows status **COMPLETED**, you will see that a new model ar
11741174

11751175
Generating and associating metrics (model quality) will covered in a separate tutorial.
11761176

1177+
### Schedule your execution (Optional)
1178+
1179+
Go to executions and click on *Schedule*.
1180+
1181+
![image](img/ail/sch1.png)
1182+
1183+
Choose your scenario and click on **Next**.
1184+
1185+
![image](img/ail/sch2.png)
1186+
1187+
Choose your executable and click on **Next**.
1188+
1189+
![image](img/ail/sch3.png)
1190+
1191+
Choose your configuration and click on **Next**.
1192+
1193+
![image](img/ail/sch4.png)
1194+
1195+
Give a name for the schedule and set the time.
1196+
1197+
![image](img/ail/sch5.png)
1198+
1199+
Click **Create**.
1200+
1201+
![image](img/ail/sch6.png)
1202+
1203+
Now go to **Schedules** to see your schedules.
1204+
1205+
![image](img/ail/sch7.png)
11771206

11781207
### Locate your model in AWS S3
11791208

@@ -1186,6 +1215,9 @@ aws s3 ls s3://<YOUR_BUCKET_NAME>/example-dataset/house-price-toy/model/<YOUR_EX
11861215

11871216
You are listing the files in the path `example-dataset/house-price-toy/model/` because this is the value you set earlier for the `pathPrefix` variable, for your object store secret named `default`.
11881217

1218+
1219+
1220+
11891221
<!-- border -->![image](img/aws-model.png)
11901222

11911223

0 commit comments

Comments
 (0)