- tensorstore.Dim.label : str
Dimension label, or the empty string to indicate an unlabeled dimension.
Example
>>> ts.Dim().label '' >>> ts.Dim(label='x').label 'x'
Dimension label, or the empty string to indicate an unlabeled dimension.
Example
>>> ts.Dim().label
''
>>> ts.Dim(label='x').label
'x'