Class StageSource (0.5.4)

StageSource(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Description of an input or output of an execution stage.

Attributes

NameDescription
user_name str
Human-readable name for this source; may be user or system generated.
name str
Dataflow service generated name for this source.
original_transform_or_collection str
User name for the original user transform or collection with which this source is most closely associated.
size_bytes int
Size of the source, if measurable.

Inheritance

builtins.object > proto.message.Message > StageSource