- 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:
Jan 16, 2025
Dimension label, or the empty string to indicate an unlabeled dimension.
Example
>>> ts.Dim().label
''
>>> ts.Dim(label='x').label
'x'