Skip to content

Commit

Permalink
fix typo in kubeflow BaseComponent
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincent N committed Oct 22, 2021
1 parent bafbc4d commit 80732d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tfx/orchestration/kubeflow/base_component.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 80732d9

Please sign in to comment.