Code Review
/
aiml-fw
/
athp
/
tps
/
kubeflow-adapter.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
b341de0
)
Add set_kf_client method in kfconnect
18/9418/1
author
Youhwan Seol
<yh.seol@samsung.com>
Thu, 27 Oct 2022 07:59:00 +0000
(16:59 +0900)
committer
Youhwan Seol
<yh.seol@samsung.com>
Thu, 27 Oct 2022 08:09:19 +0000
(17:09 +0900)
Issue-ID: AIMLFW-2
Signed-off-by: Youhwan Seol <yh.seol@samsung.com>
Change-Id: Ie93c7ccd166d7f7d840a4984e823f90763e5b17a
kfadapter/kfadapter_kfconnect.py
patch
|
blob
|
history
diff --git
a/kfadapter/kfadapter_kfconnect.py
b/kfadapter/kfadapter_kfconnect.py
index
090ec9f
..
1436ade
100644
(file)
--- a/
kfadapter/kfadapter_kfconnect.py
+++ b/
kfadapter/kfadapter_kfconnect.py
@@
-42,6
+42,8
@@
class KfConnect:
self.logger = kfc_config.logger
self.logger.debug("Initialized KfConnect")
+ def set_kf_client(self, kfp_client):
+ self.kfp_client = kfp_client
def get_kf_client(self, host=None):
"""