Flytekit StructuredDataset#
|
This is the user facing StructuredDataset class. |
|
Extend this abstract class, implement the encode function, and register your concrete class with the StructuredDatasetTransformerEngine class in order for the core flytekit type engine to handle dataframe libraries. |
|
Extend this abstract class, implement the decode function, and register your concrete class with the StructuredDatasetTransformerEngine class in order for the core flytekit type engine to handle dataframe libraries. |
Think of this transformer as a higher-level meta transformer that is used for all the dataframe types. |