UsageItem
data class UsageItem(val category: UsageCategory, val bytes: Long, val modelIds: List<String> = emptyList())(source)
One visible usage category row and donut segment.
Author
Dmitriy Moroz
Parameters
category
Semantic bucket represented by the row and donut segment.
bytes
Byte count currently attributed to this category.
modelIds
Local model identifiers represented by this row. Only model storage rows use it.