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

metrics <- kf_init_ui_meta() kf_add_metric(metrics, "roc", .5, "RAW")
#> { #> "outputs": [], #> "metrics": [ #> { #> "name": "roc", #> "numberValue": 0.5, #> "format": "RAW" #> } #> ] #> }