Class ComputationTopology (0.8.10)

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

All configuration data for a particular Computation.

Attributes

NameDescription
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.