tfx.v1.components.DataAccessor

For accessing the data on disk.

Contains factories that can create tf.data.Datasets or other means to access the train/eval data. They provide a uniform way of accessing data, regardless of how the data is stored on disk.

tf_dataset_factory A namedtuple alias for field number 0
record_batch_factory A namedtuple alias for field number 1
data_view_decode_fn A namedtuple alias for field number 2