property tensorstore_demo.Dim.label : str

Dimension label, or the empty string to indicate an unlabeled dimension.

Example

>>> ts.Dim().label
''
>>> ts.Dim(label='x').label
'x'

Last update: Apr 16, 2024