mirror of https://github.com/kubeflow/examples.git
wait on create function embedding (#311)
This commit is contained in:
parent
df278567f0
commit
11879e2ff1
|
|
@ -45,7 +45,7 @@ def create_function_embeddings(argv=None):
|
|||
)
|
||||
|
||||
result = pipeline.run()
|
||||
if args.runner == 'DirectRunner':
|
||||
if args.wait_until_finish:
|
||||
result.wait_until_finish()
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue