Skip to content

Instantly share code, notes, and snippets.

@2tony2
Created May 22, 2024 07:47
Show Gist options
  • Select an option

  • Save 2tony2/0f3e472fb53d3aede1ed821b4e4467ba to your computer and use it in GitHub Desktop.

Select an option

Save 2tony2/0f3e472fb53d3aede1ed821b4e4467ba to your computer and use it in GitHub Desktop.
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