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 |
MutableSequence[google.cloud.dataflow_v1beta3.types.KeyRangeLocation]
The key ranges processed by the computation. |
inputs |
MutableSequence[google.cloud.dataflow_v1beta3.types.StreamLocation]
The inputs to the computation. |
outputs |
MutableSequence[google.cloud.dataflow_v1beta3.types.StreamLocation]
The outputs from the computation. |
state_families |
MutableSequence[google.cloud.dataflow_v1beta3.types.StateFamilyConfig]
The state family values. |