For accessing the data on disk.
tfx.v1.components.DataAccessor(
tf_dataset_factory, record_batch_factory, data_view_decode_fn
)
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.
Attributes | |
---|---|
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
|