You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<!-- border -->
50
+
Click `Configure Entitlements` > `Add Service Plans`.
52
51
53
-
To set entitlements, expand the SAP AI Core entry and select the `free` plan, and `Europe eu-10` region. Enter the number of instances and click `Add`, click `Next`.
52
+
<!-- border -->
53
+
<!-- border -->
54
54
55
-
<!-- border -->
55
+
Select SAP AI Core and the `Free` service plan.
56
56
57
-
Review the details and click `Create Account`.
57
+
<!-- border -->
58
58
59
-
<!-- border -->
59
+
Save your new entitlement.
60
+
61
+
<!-- border -->
60
62
61
63
### Run the booster for SAP AI Core
62
64
63
65
Choose `Boosters` from the navigation pane. Find and choose the booster for `SAP AI Core` from the selection.
64
66
65
-
<!-- border -->
67
+
<!-- border -->
66
68
67
69
The booster tile contains information about SAP AI Core. Click `Start` when you are ready.
68
70
@@ -88,22 +90,15 @@ Enter a `Key Name` of your choice and click `Create`.
88
90
89
91
Once your keys have been created, you can view or download them at any time by locating the key and clicking the three dots and choosing from the available options.
90
92
91
-
<!-- border -->
93
+
<!-- border -->
92
94
93
95
### Provision SAP AI Launchpad in your global account
94
96
95
97
> **Note:** SAP AI Launchpad is optional, but is the recommended interface for use with SAP AI Core.
96
98
97
-
Edit your account and follow the same provisioning steps as before, but select `SAP AI Launchpad` when you select the service and set the entitlements.
98
-
99
-
<!-- border -->
100
-
<!-- border -->
101
-
<!-- border -->
102
-
<!-- border -->
103
-
104
-
Review the details and click `Create`.
99
+
Configure your entitlement as before, but select `SAP AI Launchpad`.
105
100
106
-
<!-- border -->
101
+
<!-- border -->
107
102
### Run the booster for SAP AI Launchpad
108
103
109
104
Choose `Boosters` from the navigation pane, and then choose the booster for `SAP AI Launchpad` from the selection.
Copy file name to clipboardExpand all lines: tutorials/ai-core-deploy/ai-core-deploy.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -182,7 +182,7 @@ Create an executable (YAML file) named `house-price-server.yaml` in your GitHub
182
182
> **IMPORTANT** The structure(schemas) of workflows and executables are different for both training and serving in SAP AI Core. For available options for the schemas you must refer to the [official help guide of SAP AI Core](https://help.sap.com/docs/AI_CORE/2d6c5984063c40a59eda62f4a9135bee/8a1f91a18cf0473e8689789f1636675a.html?locale=en-US)
183
183
184
184
```YAML
185
-
aapiVersion: ai.sap.com/v1alpha1
185
+
apiVersion: ai.sap.com/v1alpha1
186
186
kind: ServingTemplate
187
187
metadata:
188
188
name: server-pipeline # executable ID, must be unique across your SAP AI Core instance, for example use `server-pipeline-yourname-1234`
0 commit comments