|
1 | 1 | --- |
2 | | -parser: v2 |
| 2 | +author_name: Dhrubajyoti Paul |
| 3 | +author_profile: https://github.com/dhrubpaul |
3 | 4 | auto_validation: true |
4 | 5 | time: 45 |
5 | 6 | tags: [ tutorial>beginner, topic>artificial-intelligence, topic>machine-learning, software-product>sap-business-technology-platform, software-product>sap-ai-launchpad, software-product>sap-ai-core ] |
6 | 7 | primary_tag: software-product>sap-ai-launchpad |
7 | | -author_name: Dhrubajyoti Paul |
8 | | -author_profile: https://github.com/dhrubpaul |
| 8 | +parser: v2 |
9 | 9 | --- |
| 10 | + |
10 | 11 | # Quick Start for Your First AI Project Using SAP AI Core |
11 | 12 | <!-- description --> Learn the fundamentals of SAP AI Core and create your Hello, World! AI scenario. |
12 | 13 |
|
13 | | -## Prerequisites |
14 | | -- Have Postman, Python (AI Libraries) or SAP AI Launchpad set up. You can set any of these up using [this tutorial](https://developers.sap.com/tutorials/ai-core-setup.html/#) |
15 | | - |
16 | 14 | ## You will learn |
17 | 15 | - How to connect GitHub to SAP AI Core |
18 | 16 | - How to create scenarios and workflows |
19 | 17 | - How to check the sync status and debug errors in your AI workflow |
20 | 18 | - How to run workflows in SAP AI Core |
21 | 19 |
|
| 20 | +## Prerequisites |
| 21 | +- Have Postman, Python (AI Libraries) or SAP AI Launchpad set up. You can set any of these up using [this tutorial](https://developers.sap.com/tutorials/ai-core-setup.html/#) |
| 22 | + |
22 | 23 | ## Intro |
23 | 24 | You will create an AI workflow for your Hello, World! workflow, and connect and execute it in your SAP AI Core instance. You will see that workflows between GitHub and SAP AI Core can be auto synced, and it is possible to use this workflow after subscription, to connect to your actual AI code. |
24 | 25 |
|
25 | 26 | The terms "executable" and "workflow" can be used interchangeably to refer to the YAML files, introduced in this tutorial. |
26 | 27 |
|
27 | | ---- |
28 | 28 |
|
29 | 29 | ### Create a GitHub repository |
30 | 30 |
|
@@ -302,7 +302,7 @@ You will directed to the details page of your application. |
302 | 302 |
|
303 | 303 | 1. Click the **Refresh** button. |
304 | 304 |
|
305 | | -2. View the time elapsed since the last **Reconciled At**. The application automatically actively syncs with your GitHub repository at intervals of ~3 minutes. You can use **Refresh** button to update your page and check the status of your application. |
| 305 | +2. View the time elapsed since the last **Reconciled At**. You can use **Refresh** button to update your page and check the status of your application. |
306 | 306 |
|
307 | 307 | 3. Click the **i tooltip** in the **Health** log to see the most recent sync log. |
308 | 308 |
|
@@ -334,6 +334,8 @@ for workflow_sync_status in response.sync_ressources_status: |
334 | 334 |
|
335 | 335 | [OPTION END] |
336 | 336 |
|
| 337 | +> **Note:** The application automatically actively syncs with your GitHub repository at intervals of ~3 minutes. |
| 338 | + |
337 | 339 | If there are any errors in the syntax of your executable then this application status will report `message` with the error in the code output. |
338 | 340 |
|
339 | 341 | Most common errors likely to occur are: |
|
0 commit comments