File tree 13 files changed +13
-13
lines changed 13 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -61,6 +61,7 @@ implementation:
61
61
container :
62
62
image : gcr.io/ml-pipeline/ml-pipeline-gcp:a8fcec5f702fc2528c87ed6fd698b9cfca8b509e
63
63
args : [
64
+ --ui_metadata_path, {outputPath : MLPipeline UI metadata},
64
65
kfp_component.google.bigquery, query,
65
66
--query, {inputValue : query},
66
67
--project_id, {inputValue : project_id},
@@ -69,7 +70,6 @@ implementation:
69
70
--dataset_location, {inputValue : dataset_location},
70
71
--output_gcs_path, {inputValue : output_gcs_path},
71
72
--job_config, {inputValue : job_config},
72
- --ui-metadata-path, {outputPath : MLPipeline UI metadata},
73
73
]
74
74
env :
75
75
KFP_POD_NAME : " {{pod.name}}"
Original file line number Diff line number Diff line change @@ -55,14 +55,14 @@ implementation:
55
55
container :
56
56
image : gcr.io/ml-pipeline/ml-pipeline-gcp:a8fcec5f702fc2528c87ed6fd698b9cfca8b509e
57
57
args : [
58
+ --ui_metadata_path, {outputPath : MLPipeline UI metadata},
58
59
kfp_component.google.dataflow, launch_python,
59
60
--python_file_path, {inputValue : python_file_path},
60
61
--project_id, {inputValue : project_id},
61
62
--staging_dir, {inputValue : staging_dir},
62
63
--requirements_file_path, {inputValue : requirements_file_path},
63
64
--args, {inputValue : args},
64
65
--wait_interval, {inputValue : wait_interval},
65
- --ui-metadata-path, {outputPath : MLPipeline UI metadata},
66
66
]
67
67
env :
68
68
KFP_POD_NAME : " {{pod.name}}"
Original file line number Diff line number Diff line change @@ -65,6 +65,7 @@ implementation:
65
65
container :
66
66
image : gcr.io/ml-pipeline/ml-pipeline-gcp:a8fcec5f702fc2528c87ed6fd698b9cfca8b509e
67
67
args : [
68
+ --ui_metadata_path, {outputPath : MLPipeline UI metadata},
68
69
kfp_component.google.dataflow, launch_template,
69
70
--project_id, {inputValue : project_id},
70
71
--gcs_path, {inputValue : gcs_path},
@@ -73,7 +74,6 @@ implementation:
73
74
--validate_only, {inputValue : validate_only},
74
75
--staging_dir, {inputValue : staging_dir},
75
76
--wait_interval, {inputValue : wait_interval},
76
- --ui-metadata-path, {outputPath : MLPipeline UI metadata},
77
77
]
78
78
env :
79
79
KFP_POD_NAME : " {{pod.name}}"
Original file line number Diff line number Diff line change @@ -72,6 +72,7 @@ implementation:
72
72
container :
73
73
image : gcr.io/ml-pipeline/ml-pipeline-gcp:a8fcec5f702fc2528c87ed6fd698b9cfca8b509e
74
74
args : [
75
+ --ui_metadata_path, {outputPath : MLPipeline UI metadata},
75
76
kfp_component.google.dataproc, create_cluster,
76
77
--project_id, {inputValue : project_id},
77
78
--region, {inputValue : region},
@@ -82,7 +83,6 @@ implementation:
82
83
--image_version, {inputValue : image_version},
83
84
--cluster, {inputValue : cluster},
84
85
--wait_interval, {inputValue : wait_interval},
85
- --ui-metadata-path, {outputPath : MLPipeline UI metadata},
86
86
]
87
87
env :
88
88
KFP_POD_NAME : " {{pod.name}}"
Original file line number Diff line number Diff line change @@ -82,6 +82,7 @@ implementation:
82
82
container :
83
83
image : gcr.io/ml-pipeline/ml-pipeline-gcp:a8fcec5f702fc2528c87ed6fd698b9cfca8b509e
84
84
args : [
85
+ --ui_metadata_path, {outputPath : MLPipeline UI metadata},
85
86
kfp_component.google.dataproc, submit_hadoop_job,
86
87
--project_id, {inputValue : project_id},
87
88
--region, {inputValue : region},
@@ -92,7 +93,6 @@ implementation:
92
93
--hadoop_job, {inputValue : hadoop_job},
93
94
--job, {inputValue : job},
94
95
--wait_interval, {inputValue : wait_interval},
95
- --ui-metadata-path, {outputPath : MLPipeline UI metadata},
96
96
]
97
97
env :
98
98
KFP_POD_NAME : " {{pod.name}}"
Original file line number Diff line number Diff line change @@ -77,6 +77,7 @@ implementation:
77
77
container :
78
78
image : gcr.io/ml-pipeline/ml-pipeline-gcp:a8fcec5f702fc2528c87ed6fd698b9cfca8b509e
79
79
args : [
80
+ --ui_metadata_path, {outputPath : MLPipeline UI metadata},
80
81
kfp_component.google.dataproc, submit_hive_job,
81
82
--project_id, {inputValue : project_id},
82
83
--region, {inputValue : region},
@@ -87,7 +88,6 @@ implementation:
87
88
--hive_job, {inputValue : hive_job},
88
89
--job, {inputValue : job},
89
90
--wait_interval, {inputValue : wait_interval},
90
- --ui-metadata-path, {outputPath : MLPipeline UI metadata},
91
91
]
92
92
env :
93
93
KFP_POD_NAME : " {{pod.name}}"
Original file line number Diff line number Diff line change @@ -77,6 +77,7 @@ implementation:
77
77
container :
78
78
image : gcr.io/ml-pipeline/ml-pipeline-gcp:a8fcec5f702fc2528c87ed6fd698b9cfca8b509e
79
79
args : [
80
+ --ui_metadata_path, {outputPath : MLPipeline UI metadata},
80
81
kfp_component.google.dataproc, submit_pig_job,
81
82
--project_id, {inputValue : project_id},
82
83
--region, {inputValue : region},
@@ -87,7 +88,6 @@ implementation:
87
88
--pig_job, {inputValue : pig_job},
88
89
--job, {inputValue : job},
89
90
--wait_interval, {inputValue : wait_interval},
90
- --ui-metadata-path, {outputPath : MLPipeline UI metadata},
91
91
]
92
92
env :
93
93
KFP_POD_NAME : " {{pod.name}}"
Original file line number Diff line number Diff line change @@ -71,6 +71,7 @@ implementation:
71
71
container :
72
72
image : gcr.io/ml-pipeline/ml-pipeline-gcp:a8fcec5f702fc2528c87ed6fd698b9cfca8b509e
73
73
args : [
74
+ --ui_metadata_path, {outputPath : MLPipeline UI metadata},
74
75
kfp_component.google.dataproc, submit_pyspark_job,
75
76
--project_id, {inputValue : project_id},
76
77
--region, {inputValue : region},
@@ -80,7 +81,6 @@ implementation:
80
81
--pyspark_job, {inputValue : pyspark_job},
81
82
--job, {inputValue : job},
82
83
--wait_interval, {inputValue : wait_interval},
83
- --ui-metadata-path, {outputPath : MLPipeline UI metadata},
84
84
]
85
85
env :
86
86
KFP_POD_NAME : " {{pod.name}}"
Original file line number Diff line number Diff line change @@ -78,6 +78,7 @@ implementation:
78
78
container :
79
79
image : gcr.io/ml-pipeline/ml-pipeline-gcp:a8fcec5f702fc2528c87ed6fd698b9cfca8b509e
80
80
args : [
81
+ --ui_metadata_path, {outputPath : MLPipeline UI metadata},
81
82
kfp_component.google.dataproc, submit_spark_job,
82
83
--project_id, {inputValue : project_id},
83
84
--region, {inputValue : region},
@@ -88,7 +89,6 @@ implementation:
88
89
--spark_job, {inputValue : spark_job},
89
90
--job, {inputValue : job},
90
91
--wait_interval, {inputValue : wait_interval},
91
- --ui-metadata-path, {outputPath : MLPipeline UI metadata},
92
92
]
93
93
env :
94
94
KFP_POD_NAME : " {{pod.name}}"
Original file line number Diff line number Diff line change @@ -77,6 +77,7 @@ implementation:
77
77
container :
78
78
image : gcr.io/ml-pipeline/ml-pipeline-gcp:a8fcec5f702fc2528c87ed6fd698b9cfca8b509e
79
79
args : [
80
+ --ui_metadata_path, {outputPath : MLPipeline UI metadata},
80
81
kfp_component.google.dataproc, submit_sparksql_job,
81
82
--project_id, {inputValue : project_id},
82
83
--region, {inputValue : region},
@@ -87,7 +88,6 @@ implementation:
87
88
--sparksql_job, {inputValue : sparksql_job},
88
89
--job, {inputValue : job},
89
90
--wait_interval, {inputValue : wait_interval},
90
- --ui-metadata-path, {outputPath : MLPipeline UI metadata},
91
91
]
92
92
env :
93
93
KFP_POD_NAME : " {{pod.name}}"
Original file line number Diff line number Diff line change @@ -71,6 +71,7 @@ implementation:
71
71
container :
72
72
image : gcr.io/ml-pipeline/ml-pipeline-gcp:a8fcec5f702fc2528c87ed6fd698b9cfca8b509e
73
73
args : [
74
+ --ui_metadata_path, {outputPath : MLPipeline UI metadata},
74
75
kfp_component.google.ml_engine, batch_predict,
75
76
--project_id, {inputValue : project_id},
76
77
--model_path, {inputValue : model_path},
@@ -82,7 +83,6 @@ implementation:
82
83
--prediction_input, {inputValue : prediction_input},
83
84
--job_id_prefix, {inputValue : job_id_prefix},
84
85
--wait_interval, {inputValue : wait_interval},
85
- --ui-metadata-path, {outputPath : MLPipeline UI metadata},
86
86
]
87
87
env :
88
88
KFP_POD_NAME : " {{pod.name}}"
Original file line number Diff line number Diff line change @@ -97,6 +97,7 @@ implementation:
97
97
container :
98
98
image : gcr.io/ml-pipeline/ml-pipeline-gcp:a8fcec5f702fc2528c87ed6fd698b9cfca8b509e
99
99
args : [
100
+ --ui_metadata_path, {outputPath : MLPipeline UI metadata},
100
101
kfp_component.google.ml_engine, deploy,
101
102
--model_uri, {inputValue : model_uri},
102
103
--project_id, {inputValue : project_id},
@@ -109,7 +110,6 @@ implementation:
109
110
--replace_existing_version, {inputValue : replace_existing_version},
110
111
--set_default, {inputValue : set_default},
111
112
--wait_interval, {inputValue : wait_interval},
112
- --ui-metadata-path, {outputPath : MLPipeline UI metadata},
113
113
]
114
114
env :
115
115
KFP_POD_NAME : " {{pod.name}}"
Original file line number Diff line number Diff line change @@ -105,6 +105,7 @@ implementation:
105
105
container :
106
106
image : gcr.io/ml-pipeline/ml-pipeline-gcp:a8fcec5f702fc2528c87ed6fd698b9cfca8b509e
107
107
args : [
108
+ --ui_metadata_path, {outputPath : MLPipeline UI metadata},
108
109
kfp_component.google.ml_engine, train,
109
110
--project_id, {inputValue : project_id},
110
111
--python_module, {inputValue : python_module},
@@ -119,7 +120,6 @@ implementation:
119
120
--training_input, {inputValue : training_input},
120
121
--job_id_prefix, {inputValue : job_id_prefix},
121
122
--wait_interval, {inputValue : wait_interval},
122
- --ui-metadata-path, {outputPath : MLPipeline UI metadata},
123
123
]
124
124
env :
125
125
KFP_POD_NAME : " {{pod.name}}"
You can’t perform that action at this time.
0 commit comments