google_api_dataflow v0.0.1 GoogleApi.Dataflow.V1b3.Model.ComputationTopology View Source
All configuration data for a particular Computation.
Attributes
- computationId (String): The ID of the computation. Defaults to:
null
. - inputs (List[StreamLocation]): The inputs to the computation. Defaults to:
null
. - keyRanges (List[KeyRangeLocation]): The key ranges processed by the computation. Defaults to:
null
. - outputs (List[StreamLocation]): The outputs from the computation. Defaults to:
null
. - stateFamilies (List[StateFamilyConfig]): The state family values. Defaults to:
null
. - systemStageName (String): The system stage name. Defaults to:
null
.