File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 115115
116116
117117class Pipeline (HasDisplayData ):
118- """A pipeline object that manages a DAG of
119- :class:`~apache_beam.pvalue.PValue ` s and their
120- :class:`~apache_beam.transforms.ptransform.PTransform ` s.
118+ """A pipeline object that manages a DAG of
119+ :class:`~apache_beam.transforms.ptransform.PTransform ` s
120+ and their :class:`~apache_beam.pvalue.PValue ` s.
121121
122- Conceptually the :class:`~apache_beam.pvalue.PValue` s are the DAG's nodes and
123- the :class:`~apache_beam.transforms.ptransform.PTransform` s computing
124- the :class:`~apache_beam.pvalue.PValue` s are the edges.
122+ Conceptually the :class:`~apache_beam.transforms.ptransform.PTransform` s are
123+ the DAG's nodes and the :class:`~apache_beam.pvalue.PValue` s are the edges.
125124
126125 All the transforms applied to the pipeline must have distinct full labels.
127126 If same transform instance needs to be applied then the right shift operator
You can’t perform that action at this time.
0 commit comments