From 6d50eb6d58f8f5d7394988a8248281fe4832b285 Mon Sep 17 00:00:00 2001 From: Neelabh Kashyap Date: Sat, 4 Apr 2020 12:35:08 +0530 Subject: [PATCH] edited docstring of ContainerOp to address Issue #2593 --- sdk/python/kfp/dsl/_container_op.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/python/kfp/dsl/_container_op.py b/sdk/python/kfp/dsl/_container_op.py index e39aed7c575..18b44bbb2ce 100644 --- a/sdk/python/kfp/dsl/_container_op.py +++ b/sdk/python/kfp/dsl/_container_op.py @@ -1002,7 +1002,7 @@ def __init__( the value of a PipelineParam is saved to its corresponding local file. It's one way for outside world to receive outputs of the container. output_artifact_paths: Maps output artifact labels to local artifact file paths. - It has the following default artifact paths during compile time. + To get metrics to show up in the UI, add the following dict to `output_artifact_paths` {'mlpipeline-ui-metadata': '/mlpipeline-ui-metadata.json', 'mlpipeline-metrics': '/mlpipeline-metrics.json'} artifact_location: Deprecated. Configures the default artifact location for artifacts