Skip to content

Commit c86ca7f

Browse files
authored
Merge pull request #23925 from rbrainey/master
Mega patch
2 parents 57768c1 + 3c7db50 commit c86ca7f

89 files changed

Lines changed: 767 additions & 634 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README.MD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Welcome to the Markdown tutorial catalog for tutorials you can find on the [SAP
77

88

99
# How to contribute
10-
Contributions from external authors may be accepted in the future. However, for now you can provide us with feedback (e.g. outdated screens) and suggestions for improvements on existing tutorials by creating a GitHub issue.
10+
Contributions from external authors may be accepted in the future. However, for now you can provide us with feedback (e.g., outdated screens) and suggestions for improvements on existing tutorials by creating a GitHub issue.
1111

1212
We have a large tutorial pipeline in the works, but in case you have something in mind right away, please [create a new issue](https://github.com/SAPDocuments/Tutorials/issues/new) with the Label `enhancement` and let us know what you'd like to see covered in a tutorial.
1313

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ Open your terminal and navigate to your `hello-aicore-code` directory. You will
147147

148148
<!-- border -->![image](img/navigate.png)
149149

150-
Copy and edit the following command to build your docker image. The command follows the format `docker build -t <DOCKER_REGITRY>/<YOUR_DOCKER_USERNAME>/<IMAGE_NAME>:<TAG_NAME>`. So for example, if you are using your organization's registry which has the URL `myteam.myorg`, The command should be `docker build -t myteam.myorg/yourusername/house-price:01 .`
150+
Copy and edit the following command to build your docker image. The command follows the format `docker build -t <DOCKER_REGISTRY>/<YOUR_DOCKER_USERNAME>/<IMAGE_NAME>:<TAG_NAME>`. So for example, if you are using your organization's registry which has the URL `myteam.myorg`, The command should be `docker build -t myteam.myorg/yourusername/house-price:01 .`
151151

152152
```BASH
153153
docker build -t docker.io/<YOUR_DOCKER_USERNAME>/house-price:01 .
@@ -568,7 +568,7 @@ response.__dict__
568568

569569
[OPTION END]
570570

571-
The execution will go from **UNKOWN** to **RUNNING** then to the **DEAD** state. Resolving this is covered in next step.
571+
The execution will go from **UNKNOWN** to **RUNNING** then to the **DEAD** state. Resolving this is covered in next step.
572572

573573

574574
### Look for error logs in execution
@@ -717,21 +717,21 @@ Check the status of your execution. When the status turns to **COMPLETED**, you
717717

718718
### Scheduling Execution (optional)
719719

720-
AI core Also provides the functionality to auto shedule Executions based on Time.
720+
AI core Also provides the functionality to auto schedule Executions based on Time.
721721

722-
To shedule an Execution at particular time of the day visit ML `operations > shedules` and click on Add
722+
To schedule an Execution at particular time of the day visit ML `operations > schedules` and click on Add
723723

724724
<!-- border -->![image](img/ail/Schedule1.jpg)
725725

726-
Choose senario as House price and click on next
726+
Choose scenario as House price and click on next
727727

728728
<!-- border -->![image](img/ail/Schedule2.jpg)
729729

730730
Choose Executable and click on next.
731731

732732
<!-- border -->![image](img/ail/Schedule3.jpg)
733733

734-
Now a screen will appear where you can choose between the avilable Execution config and click on next
734+
Now a screen will appear where you can choose between the available Execution config and click on next
735735

736736
<!-- border -->![image](img/ail/Schedule4.jpg)
737737

0 commit comments

Comments
 (0)