> ## Documentation Index
> Fetch the complete documentation index at: https://docs.tilebox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# AssetCollection

```python theme={"system"}
class AssetCollection(Mapping[str, Asset])
```

Represent the assets belonging to one dataset datapoint as a read-only mapping keyed by asset key.

Create a collection with `AssetCollection.from_assets`, resolve one from a scalar datapoint with `AssetCollection.from_datapoint`, or convert it to ingestion fields with `AssetCollection.to_fields`.
