Skip to content

Commit 5379c0b

Browse files
authored
Update ai-core-code.md
1 parent 3551aa1 commit 5379c0b

1 file changed

Lines changed: 35 additions & 2 deletions

File tree

tutorials/ai-core-code/ai-core-code.md

Lines changed: 35 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,14 @@ By the end of the tutorial you will have your AI code in form of a Docker image,
2424

2525
You may still complete this tutorial if you are not familiar with the Python programming language.
2626

27+
28+
Please find downloadable sample notebooks for the tutorials : . Note that these tutorials are for demonstration purposes only and should not be used in production environments. To execute them properly, you'll need to set up your own S3 bucket or provision services from BTP, including an AI Core with a standard plan for narrow AI and an extended plan for GenAI HUB. Ensure you input the service keys of these services into the relevant cells of the notebook.
29+
[Link to notebook](https://github.com/SAP-samples/ai-core-samples/blob/main/02_ai_core/tutorials/01_create_your_first_machine_learning_project_using_sap_ai_core/01_03_build_a_house_price_predictor_with_sap_ai_core/build-house-predictor.ipynb)
30+
2731
---
2832

2933
### Create a Docker account and generate a Docker access token
3034

31-
3235
You need a Docker repository to store your AI code on the cloud in the form of Docker images. SAP AI core will fetch your code from this Docker repository. The image ensures that your code is bundled along with all of the dependencies, directory structure and drivers that are required when using GPU.
3336

3437
> **INFORMATION** You may use your organization's own Docker registry/repository. But please ensure that the repository is internet facing, not protected by a firewall.
@@ -50,7 +53,6 @@ Follow the guided steps, and then store the token that you receive in your local
5053

5154
### Install Docker Desktop
5255

53-
5456
[Download and Install](https://www.docker.com/products/docker-desktop) Docker Desktop. You will need Docker Desktop to help you build Docker images of your AI code.
5557

5658
Run your Docker Desktop. You will observe "whale icon" on your tray when Docker Desktop is running.
@@ -703,3 +705,34 @@ Check the status of your execution. When the status turns to **COMPLETED**, you
703705
[OPTION END]
704706

705707

708+
### Scheduling Execution (optional)
709+
710+
AI core Also provides the functionality to auto shedule Executions based on Time.
711+
712+
To shedule an Execution at particular time of the day visit ML `operations > shedules` and click on Add
713+
714+
<!-- border -->![image](img/ail/Schedule1.jpg)
715+
716+
Choose senario as House price and click on next
717+
718+
<!-- border -->![image](img/ail/Schedule2.jpg)
719+
720+
Choose Executable and click on next.
721+
722+
<!-- border -->![image](img/ail/Schedule3.jpg)
723+
724+
Now a screen will appear where you can choose between the avilable Execution config and click on next
725+
726+
<!-- border -->![image](img/ail/Schedule4.jpg)
727+
728+
Now we need to choose the Schedule for our execution. Enter name as `Demo-Schedule` and choose between date and time in case you need to run the Execution for once else Choose recurring Enter the cron Job and choose the start and end date and click on Review
729+
730+
<!-- border -->![image](img/ail/Schedule5.jpg)
731+
732+
Check all the details before creating the execution and click on Create.
733+
734+
<!-- border -->![image](img/ail/Schedule6.jpg)
735+
736+
You would be able to see the schedule created under schedules tab in ML operations
737+
738+
<!-- border -->![image](img/ail/Schedule7.jpg)

0 commit comments

Comments
 (0)