Class ComputationTopology (0.5.2)

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

Inheritance

builtins.object > proto.message.Message > ComputationTopology