-
Notifications
You must be signed in to change notification settings - Fork 5.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[data] correct api annotation for tfrecords_datasource #46171
Conversation
Signed-off-by: can <[email protected]>
doc/source/data/api/data_source.rst
Outdated
@@ -0,0 +1,12 @@ | |||
.. _data-source-api: | |||
|
|||
Global configuration |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To minimize clutter in the sidebar and improve the discoverability of TFXReadOptions
, could we co-locate this reference with read_tfrecords
in the Input/Output page? I don't think we should place TFXReadOptions
on a page by itself if it's only used with read_tfrecords
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
totally
Signed-off-by: can <[email protected]>
@bveeramani's comments |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice. Ty
tfrecords_datasource
has two APIs:TFRecordDatasource
should be internal andTFXReadOptions
should be public. To do so, I splittedtfrecords_datasource.py
into two parts.Test: