Data Types
This module defines data types for logging rich, interactive visualizations to W&B.
Data types include common media types, like images, audio, and videos, flexible containers for information, like tables and HTML, and more.
For more on logging structured data for interactive dataset and model analysis, see our guide to W&B Tables.
All of these special data types are subclasses of WBValue. All the data types serialize to JSON, since that is what wandb uses to save the objects locally and upload them to the W&B server.
Last modified 5mo ago