LoadFilesAndSelect#
- class caput.pipeline.tasklib.io.LoadFilesAndSelect[source]#
Bases:
BaseLoadFilesLoad a collection of files on setup and select specific entries on process.
- Attributes:
- files
Sequence[PathLike] A list of file paths or a glob pattern specifying the files to load.
- key_format
str A format string used to generate keys for file selection. Can reference any variables contained in the attributes of the containers. If None, files are stored with numerical indices.
- files