- class tensorstore.Context.Spec
Parsed representation of a
JSON Context
specification.Constructors¶
- Spec(json: Any)
Creates a context specification from its
JSON representation
.
Accessors¶
-
to_json(include_defaults: bool =
False
) Any Returns the
JSON representation
.