Flytekit StructuredDataset#

StructuredDataset([dataframe, uri, metadata])

This is the user facing StructuredDataset class.

StructuredDatasetEncoder(python_type[, ...])

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.

StructuredDatasetDecoder(python_type[, ...])

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.