ComputationTopology(mapping=None, *, ignore_unknown_fields=False, **kwargs)
All configuration data for a particular Computation.
Attributes | |
---|---|
Name | Description |
system_stage_name |
str
The system stage name. |
computation_id |
str
The ID of the computation. |
key_ranges |
Sequence[google.cloud.dataflow_v1beta3.types.KeyRangeLocation]
The key ranges processed by the computation. |
inputs |
Sequence[google.cloud.dataflow_v1beta3.types.StreamLocation]
The inputs to the computation. |
outputs |
Sequence[google.cloud.dataflow_v1beta3.types.StreamLocation]
The outputs from the computation. |
state_families |
Sequence[google.cloud.dataflow_v1beta3.types.StateFamilyConfig]
The state family values. |