ZipFileEntry#
- class caf.cvt.model_config.ZipFileEntry(*, zip_path, file_path=None, output_path=None)[source]#
Bases:
BaseConfigConfiguration for a file within a zip archive.
Attributes
Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].
Path to the zip file
Path within the zip file.
Output path for the extracted file
Methods
Attributes Documentation
- model_config = {}#
Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].