Lay the foundational elements of the JSON expected by Kubeflow to provide UI meta data from your components.
kf_init_ui_meta()
Value
A list
Examples
#> {
#> "outputs": [],
#> "metrics": [
#> {
#> "name": "roc",
#> "numberValue": 0.5,
#> "format": "RAW"
#> }
#> ]
#> }