From 5d8972ddcef547ac59b8bfd435d4357ac28b4afb Mon Sep 17 00:00:00 2001 From: milosjava Date: Fri, 24 May 2024 18:40:49 +0200 Subject: [PATCH] =?UTF-8?q?Naming=20the=20example=20method=20=E2=80=9Ctens?= =?UTF-8?q?orboard=5Fvis=E2=80=9D=20is=20misleading=20here=20because=20thi?= =?UTF-8?q?s=20example=20is=20related=20to=20webapp=20visualization=20and?= =?UTF-8?q?=20not=20tensorboard=20visualization=20(present=20in=20the=20se?= =?UTF-8?q?ction=20above).?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: milosjava --- content/en/docs/components/pipelines/v1/sdk/output-viewer.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/components/pipelines/v1/sdk/output-viewer.md b/content/en/docs/components/pipelines/v1/sdk/output-viewer.md index bd7a0e4adf..111bf32d69 100644 --- a/content/en/docs/components/pipelines/v1/sdk/output-viewer.md +++ b/content/en/docs/components/pipelines/v1/sdk/output-viewer.md @@ -693,7 +693,7 @@ Specify `'storage': 'inline'` to embed raw html in `source` field directly. **Example:** ```Python -def tensorboard_vis(mlpipeline_ui_metadata_path: kfp.components.OutputPath()): +def webapp_vis(mlpipeline_ui_metadata_path: kfp.components.OutputPath()): import json static_html_path = os.path.join(output_dir, _OUTPUT_HTML_FILE)