Flytekit File Type#
This list also contains a bunch of pre-formatted flytekit.types.file.FlyteFile
types.
|
FlyteFile's init method. |
This can be used to denote that the returned file is of type hdf5 and can be received by other tasks that accept an hdf5 format. |
|
Can be used to receive or return an HTMLPage. |
|
This File represents a file that was serialized using joblib.dump method can be loaded back using joblib.load. |
|
Can be used to receive or return an JPEGImage. |
|
Can be used to receive or return an PDFFile. |
|
Can be used to receive or return an PNGImage. |
|
This type can be used when a serialized Python pickled object is returned and shared between tasks. |
|
This type is used to identify a Python notebook file. |
|
Can be used to receive or return an SVGImage. |