View Source GoogleApi.Dataflow.V1b3.Model.ComputationTopology (google_api_dataflow v0.50.0)
All configuration data for a particular Computation.
Attributes
-
computationId
(type:String.t
, default:nil
) - The ID of the computation. -
inputs
(type:list(GoogleApi.Dataflow.V1b3.Model.StreamLocation.t)
, default:nil
) - The inputs to the computation. -
keyRanges
(type:list(GoogleApi.Dataflow.V1b3.Model.KeyRangeLocation.t)
, default:nil
) - The key ranges processed by the computation. -
outputs
(type:list(GoogleApi.Dataflow.V1b3.Model.StreamLocation.t)
, default:nil
) - The outputs from the computation. -
stateFamilies
(type:list(GoogleApi.Dataflow.V1b3.Model.StateFamilyConfig.t)
, default:nil
) - The state family values. -
systemStageName
(type:String.t
, default:nil
) - The system stage name.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Dataflow.V1b3.Model.ComputationTopology{ computationId: String.t() | nil, inputs: [GoogleApi.Dataflow.V1b3.Model.StreamLocation.t()] | nil, keyRanges: [GoogleApi.Dataflow.V1b3.Model.KeyRangeLocation.t()] | nil, outputs: [GoogleApi.Dataflow.V1b3.Model.StreamLocation.t()] | nil, stateFamilies: [GoogleApi.Dataflow.V1b3.Model.StateFamilyConfig.t()] | nil, systemStageName: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.