Created
May 22, 2024 07:47
-
-
Save 2tony2/0f3e472fb53d3aede1ed821b4e4467ba to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| print(type(pipeline)) | |
| # Output: <class '__main__.DataPipeline'> | |
| print(type(pipeline.name)) | |
| # Output: <class 'str'> | |
| print(type(pipeline.batch_size)) | |
| # Output: <class 'int'> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment