changes in the training function 24/13124/1 2.1.0 3.0.0
authorrajdeep11 <rajdeep.sin@samsung.com>
Fri, 28 Jun 2024 12:01:54 +0000 (17:31 +0530)
committerrajdeep11 <rajdeep.sin@samsung.com>
Fri, 28 Jun 2024 12:01:54 +0000 (17:31 +0530)
updating the imports

Change-Id: I36b17c9c9badcde5fb5a4e670a1cc38bdf949ba5
Signed-off-by: rajdeep11 <rajdeep.sin@samsung.com>
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"
    ]
   },
   {