flytekit.types.file.PythonPickledFile#
- flytekit.types.file.PythonPickledFile = <class 'flytekit.types.file.file.FlyteFile.__class_getitem__.<locals>._SpecificFormatClass'>#
This type can be used when a serialized Python pickled object is returned and shared between tasks. This only adds metadata to the file in Flyte, but does not really carry any object information.
- Parameters
path (Union[str, os.PathLike]) –
downloader (Callable) –
remote_path (Optional[os.PathLike]) –