# kd.kdash

[[[Source]]](https://github.com/google-research/kauldron/tree/main/kauldron/utils/kdash/__init__.py)

```{eval-rst}
.. automodule:: kauldron.utils.kdash
  :no-members:
```

## Symbols


### Class

|  |  |
--- | ---
[kd.kdash.BuildContext](BuildContext) | Context for building the dashboard.
[kd.kdash.DashboardsBase](DashboardsBase) | Flatboard dashboard structure.
[kd.kdash.MetricDashboards](MetricDashboards) | Standard `metrics` & `losses` dashboards for a single collection.
[kd.kdash.MultiDashboards](MultiDashboards) | Container of multiple dashboards.
[kd.kdash.NoopDashboard](NoopDashboard) | Empty dashboard.
[kd.kdash.Plot](Plot) | Single plot inside a dashboard.
[kd.kdash.SingleDashboard](SingleDashboard) | Single dashboard containing multiple plots.

### Function

|  |  |
--- | ---
[kd.kdash.build_and_upload](build_and_upload) | Create the dashboards.

```{toctree}
:hidden:

BuildContext
DashboardsBase
MetricDashboards
MultiDashboards
NoopDashboard
Plot
SingleDashboard
build_and_upload
```