- tensorstore.Spec(json: Any)
Constructs from the
JSON representation
.Example
>>> spec = ts.Spec({'driver': 'n5', 'kvstore': {'driver': 'memory'}}) >>> spec Spec({'driver': 'n5', 'kvstore': {'driver': 'memory'}})
Constructs from the JSON representation
.
Example
>>> spec = ts.Spec({'driver': 'n5', 'kvstore': {'driver': 'memory'}})
>>> spec
Spec({'driver': 'n5', 'kvstore': {'driver': 'memory'}})