TransformSummary(mapping=None, *, ignore_unknown_fields=False, **kwargs)Description of the type, names/ids, and input/outputs for a transform.
Attributes
| Name | Description |
| 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 |
Sequence[google.cloud.dataflow_v1beta3.types.DisplayData]
Transform-specific display data. |
| output_collection_name |
Sequence[str]
User names for all collection outputs to this transform. |
| input_collection_name |
Sequence[str]
User names for all collection inputs to this transform. |