changes in the training function 20/12820/1 j-release
authorrajdeep11 <rajdeep.sin@samsung.com>
Fri, 28 Jun 2024 12:01:54 +0000 (17:31 +0530)
committersubhash kumar singh <subh.singh@samsung.com>
Fri, 28 Jun 2024 12:09:21 +0000 (12:09 +0000)
updating the imports

Change-Id: I36b17c9c9badcde5fb5a4e670a1cc38bdf949ba5
Signed-off-by: rajdeep11 <rajdeep.sin@samsung.com>
(cherry picked from commit 14bdf18ee72b4bc9d2757b1bc11265095947e6ee)

kf-pipelines/qoe-pipeline.ipynb

index 7bd372d..1cb2c88 100644 (file)
@@ -9,7 +9,8 @@
     "import kfp\n",
     "import kfp.dsl as dsl\n",
     "from kfp.dsl import InputPath, OutputPath\n",
-    "from kfp.dsl import component as component"
+    "from kfp.dsl import component as component\n",
+    "from kfp import kubernetes"
    ]
   },
   {