Class TransformSummary (0.8.1)

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

Description of the type, names/ids, and input/outputs for a transform.

Attributes

NameDescription
kind google.cloud.dataflow_v1beta3.types.KindType
Type of transform.
id str
SDK generated id of this transform instance.
name str
User provided name for this transform instance.
display_data MutableSequence[google.cloud.dataflow_v1beta3.types.DisplayData]
Transform-specific display data.
output_collection_name MutableSequence[str]
User names for all collection outputs to this transform.
input_collection_name MutableSequence[str]
User names for all collection inputs to this transform.