flytekit.types.directory.TFRecordsDirectory

flytekit.types.directory.TFRecordsDirectory = <class 'flytekit.types.directory.types.FlyteDirectory.__class_getitem__.<locals>._SpecificFormatDirectoryClass'>

This type can be used to denote that the output is a folder that contains tensorflow record files. This is usually the TFRecordWriter output in Tensorflow which writes serialised tf.train.Example message (or protobuf) to tfrecord files

Parameters: