Class ComputationTopology (0.1.5)

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

All configuration data for a particular Computation. .. attribute:: system_stage_name

The system stage name.

:type: str

Attributes

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