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