From: rajdeep11 Date: Thu, 19 Dec 2024 13:01:46 +0000 (+0530) Subject: the pipeline has been changed hence changing the arguments X-Git-Tag: 3.0.0~1 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F36%2F13936%2F1;p=aiml-fw%2Fathp%2Ftps%2Fkubeflow-adapter.git the pipeline has been changed hence changing the arguments Change-Id: Ibea31438eac5306de94cd51fa2be341a69541e2e Signed-off-by: rajdeep11 --- diff --git a/kfadapter/kfadapter_kfconnect.py b/kfadapter/kfadapter_kfconnect.py index d57c8fe..ee3bbeb 100644 --- a/kfadapter/kfadapter_kfconnect.py +++ b/kfadapter/kfadapter_kfconnect.py @@ -270,8 +270,7 @@ class KfConnect: "featurepath":featurepath, "epochs": arguments["epochs"], "modelname": str(arguments["modelName"]), - "modelversion": str(arguments["modelVersion"]), - "artifactversion":str(arguments["artifactVersion"]) + "modelversion": str(arguments["modelVersion"]) } self.logger.debug("run_kf_pipeline Arguments: "+str(req_dict)) try: