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
Copy file name to clipboardExpand all lines: tutorials/ai-core-deploy/ai-core-deploy.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -180,11 +180,11 @@ Create an executable (YAML file) named `house-price-server.yaml` in your GitHub
180
180
> **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)
181
181
182
182
```YAML
183
-
apiVersion: ai.sap.com/v1alpha1
183
+
aapiVersion: ai.sap.com/v1alpha1
184
184
kind: ServingTemplate
185
185
metadata:
186
186
name: server-pipeline # executable ID, must be unique across your SAP AI Core instance, for example use `server-pipeline-yourname-1234`
187
-
annotations:
187
+
annotations:
188
188
scenarios.ai.sap.com/description: "Learning to predict house price"
0 commit comments