From 80732d95be3c74ca8a10f623c6985f9b2f64af60 Mon Sep 17 00:00:00 2001 From: Vincent N Date: Thu, 21 Oct 2021 18:28:41 -0700 Subject: [PATCH] fix typo in kubeflow BaseComponent --- tfx/orchestration/kubeflow/base_component.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tfx/orchestration/kubeflow/base_component.py b/tfx/orchestration/kubeflow/base_component.py index f5570addb1..b14bdbd3fe 100644 --- a/tfx/orchestration/kubeflow/base_component.py +++ b/tfx/orchestration/kubeflow/base_component.py @@ -75,7 +75,7 @@ def __init__( kubeflow_metadata_config: kubeflow_pb2.KubeflowMetadataConfig, tfx_ir: pipeline_pb2.Pipeline, pod_labels_to_attach: Dict[Text, Text], - runtime_parameters: List[data_types.RuntimeParameter]), + runtime_parameters: List[data_types.RuntimeParameter], metadata_ui_path: str = '/mlpipeline-ui-metadata.json'): """Creates a new Kubeflow-based component.