torchoutil.extras.hdf.common module

class HDFDatasetAttributes(
*args,
**kwargs,
)[source]

Bases: dict

added_columns: List[str]
creation_date: str
encoding: str
file_kwds: Dict[str, Any]
global_hash_value: int
info: Dict[str, Any]
item_type: Literal['dict', 'tuple']
length: int
load_as_complex: Dict[str, bool]
pre_transform: str
shape_suffix: str
source_dataset: str
src_np_dtypes: Dict[str, dtype]
torchoutil_version: str
use_vlen_str: bool
user_attrs: Any