Skip to Content
0
Sep 15 at 12:06 PM

How to get the custom Id of machine learning scenario in SAP AI Core ?

92 Views

Hi all,

I am following blog in step 4

https://developers.sap.com/tutorials/cv-package-aicore-train-object-detection.html#d0ab0dd4-6f20-452a-9a83-c7ea157282f7

to build machine learning model in between ,I require ID for this code snippet.

workflow_config = { "name": "sap-cv-package-tutorial-obj-detection-train", "image": " /sap-cv-package-object-detection-train:0.0.1", "labels": { " scenarios.ai.sap.com/id": "sap-cv-package-tutorial", " ai.sap.com/version": "0.0.1" }, "annotations": { " scenarios.ai.sap.com/name": "SAP CV Package Tutorial", }, "imagePullSecret": " ", "objectStoreSecret": "default-object-store-secret" }

Thanks please help