python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Set artifact name when using kfp dsl.importer
When importing an artifact using the kfp dsl.importer() function, the imported artifact gets the default (display) name artifact. I would like to give it a custom name to make the pipeline and lineage...
Jérémy
Votes: 0
Answers: 0
Is it possible to get current experiment name in kubeflow pipeline?
When in pipeline code I can use macros like
{{workflow.annotations.pipelines.kubeflow.org/run_name}} or {{workflow.name}} to get those values, and potentially use them in some context, eg. passing to...
Marcin Cylke
Votes: 0
Answers: 0
Code Repetition Between KubeFlow Components
I've got a question I think should be simple. I am writing a KubeFlow pipeline and am running into a lot of places with code repetition. Normally what I'd do is break this out into a function and mayb...
Ivar Eriksson
Votes: 0
Answers: 0
How to define component/step using training operators such as TFJob in kubeflow pipeline
I know there is a way to use tfjob operator via kubectl, like the example at here (https://www.kubeflow.org/docs/components/training/tftraining/):
kubectl create -f https://raw.githubusercontent.com/k...
Gavin Huang
Votes: 0
Answers: 1